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

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected, bisected
                 CC|                            |[email protected]

--- Comment #3 from Xisco FaulĂ­ <[email protected]> ---
Regression introduced by

author  Vinaya Mandke <[email protected]>      2014-04-18 10:20:51
(GMT)
committer       Miklos Vajna <[email protected]>  2014-04-24 10:57:51
(GMT)
commit  2e8aad6d45c53d554ccaf26de998ede708cfc289 (patch)
tree    544798fb9fd2268356056ed12c5841bfd3b2616f
parent  cf058da1e5664bc8c30a5777e2c1dbf059a6304f (diff)

fdo#39056 fdo#75431 Section Properties if section starts with table
Section properties are not imported if the section starts with a table for
DOCX,
and also for a few RTF files with combination of tables and section breaks.
SwXBodyText::createTextCursorByRange is not able to find the start of section
and hence
section properties are not applied.

As a workaround added an empty paragraph at the beginning of every section
which has the the first element as a table. And then removed it when the
section ends ( DomainMapper::lcl_endSectionGroup is called).

Also handled to add the paragraph earlier, if there is a bookmark
so that the bookmark is not attached to the dummy paragraph.

Adding Cc: to Vinaya Mandke

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

Reply via email to