Jean-Marc Lasgouttes wrote: >>>>>> "Georg" == Georg Baum >>>>>> <[EMAIL PROTECTED]> >>>>>> writes: > > Georg> The attached patch fixes bug 1332. OK to apply? Georg > > Hmm, I just began to take a look at the bug, and notice only now that > you have the patch already written. You took the solution of not > keeping the layout of the receiving paragraph if it is empty.
Changing the layout of an empty paragraph without writing something into it immediately afterwards is wasted work already, because the paragraph gets deleted. Therefore I assume that empty paragraphs have most probably the standard layout. The only case that is not handled very well with this approach is if somebody really wants to keep the standard layout, but a workaround is easy: Paste it into an existing paragraph. > I fired up msword to compare and the result is that there is a bogus > end-of-paragraph position that you can select which contains the > paragraph properties. If this one is pasted too, then the style is > copied. Otherwise, no style is copied. Actually it is even possible to > copy only the style of a paragraph by pasting such a character. > > So, is this a solution that we want to use (and can use)? I don't know if it is possible. It is sensible IMHO, but I can also live without it. Georg
