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

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=60945
         Resolution|---                         |NOTABUG
            Summary|Different line height in    |Different line height in
                   |Writer in Linux than in     |Writer in Linux than in
                   |Windows                     |Windows for legacy document
                   |                            |written by old OOo due to
                   |                            |UnxForceExtLeading
                   |                            |defaulting

--- Comment #6 from Michael Stahl <[email protected]> ---
UnxForceZeroExtLeading is a backward compatibility setting for legacy
documents created by older StarOffice/OOo versions.

The attachment was written by OOo 2.1, which *did* presumably have
the different formatting on Unix vs. Windows.

Then that difference was considered a bug and fixed in a later OOo version,
specifically OOo issue 60945 fixed for OOo 2.2,
and the UnxForceZeroExtLeading compatibility setting was introduced
so that existing documents are formatted as in the older OOo versions.

The settings.xml in the document does not contain a value for
UnxForceZeroExtLeading, therefore the import will add a value for
it that corresponds to the legacy formatting of old versions.

If the document is loaded and stored again by current LO, it contains:

 <config:config-item config:name="UnxForceZeroExtLeading"
config:type="boolean">true</config:config-item>

However, a newly created document will be stored with:

 <config:config-item config:name="UnxForceZeroExtLeading"
config:type="boolean">false</config:config-item>

AFAICS this works as designed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to