Kaydet (Commit) a201ae63 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#66165: WW8 export: fix duplicated paragraph breaks

MSWordExportBase::OutputTextNode(): in commit
8f2a21ea
(which is not merged) a "WriteCR( pTextNodeInfoInner );" was moved up
a few lines, so it shows up as context in the other commit, and
the bug is that the cherry-pick 83ba821c
erroneously adds this context line so now there are 2 WriteCR().

Change-Id: I08434b284f3d8d8426fa997623be352c37d6c7c2
üst 92c7eca7
...@@ -2023,7 +2023,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) ...@@ -2023,7 +2023,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
aAttrIter.OutFlys( nEnd ); aAttrIter.OutFlys( nEnd );
// insert final bookmarks if any before CR and after flys // insert final bookmarks if any before CR and after flys
AppendBookmarks( rNode, nEnd, 1 ); AppendBookmarks( rNode, nEnd, 1 );
WriteCR( pTextNodeInfoInner );
// #i120928 - position of the bullet's graphic is at end of doc // #i120928 - position of the bullet's graphic is at end of doc
if (bLastCR && (!bExported)) if (bLastCR && (!bExported))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment