>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Juergen Spitzmueller wrote: >> > But I might be in favour. >> >> I'll have a look. Juergen> Here is the patch. Works like a charme, except for Juergen> insettabular. I did not find a way to let the tabular cell's Juergen> (or their insettexts, for that matter) return neverIndent() Juergen> true, so I left the (par.ownerCode() != InsetBase::TEXT_CODE Juergen> || isMainText()) hack in text.C. Concerning this + // there's obviously no better way to omit indendation in tabular cells :-( + && (par.ownerCode() != InsetBase::TEXT_CODE || isMainText()) Do you mean "there is no obvious better way"? What is the value of par.ownerCode() here? JMarc