https://bugs.documentfoundation.org/show_bug.cgi?id=146168

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=15
                   |                            |0613

--- Comment #7 from Justin L <[email protected]> ---
This is basically a duplicate of bug 150613.
This file must have spent part of its life as a Microsoft format. This has the
setting ApplyParagraphMarkFormatToNumbering = true, which was a (poor) way to
handle Microsoft's ability to apply carriage-return formatting to the
numbering. Well, LO doesn't have the ability to format a carriage return - and
thus the compatibility flag.

I expect this will just need to be worked around. Some suggestions:
1.) save as DOCX (or DOC) since those formats now have improved abilities to
deal with this, and basically now avoid this section of code.
2.) Select the whole document (Ctrl-A) and copy/paste into a new document.
3.) unzip the ODT, and change (or delete) settings.xml's
ApplyParagraphMarkFormatToNumbering. (This could probably be scripted, although
there is some trickery about "properly" zipping up an ODT file.)

I don't think we can adapt the code to do something like #1's fix for isODT -
because those all have to do with compatibility settings, and I'm not aware of
ODT loading any flags that wouldn't apply to importing an MS Format. (In fact,
this is the only place in the SW code that we have an "IsDOCX" variable.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to