You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2011/11/05 09:26:01 UTC

DO NOT REPLY [Bug 85599] RTF: paragraph indent lost when exporting

https://issues.apache.org/ooo/show_bug.cgi?id=85599

kenneth <ko...@econ.vsu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |komen@econ.vsu.ru

--- Comment #7 from kenneth <ko...@econ.vsu.ru> 2011-11-05 08:26:01 UTC ---
Bug still exists in 3.3.0 build 9567.
CAUSE: Writer inserts RTF control worlds "\pard\plain" before each paragraph:

\pard\plain \qj \fi705 Some indented text...
\par \pard\plain Inherited formatting
\par

MUST BE:

\pard\plain \qj \fi705 Some indented text...
\par Inherited formatting
\par

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.