>>>>> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Thanks so much! That's exactly the information I needed. R> Please have a look at attached patch to ControlParagraph.[Ch]; R> would you agree with this way of doing it? (I renamed "alignpos_" R> to "alignpossible_" on the fly, cause it's a better name :) ). I do not agree with /// is alignment possible - alignpos_ = layout->alignpossible; + alignpossible_ = layout->alignpossible; + + /// set default alignment + aligndefault_ = pp_->align(); I would use + aligndefault_ = layout->align; What we want is the default of the textclass. JMarc