Kaydet (Commit) bde22bd6 authored tarafından Tamas Bunth's avatar Tamas Bunth Kaydeden (comit) Tamás Bunth

fix for empty paragraphs

Change-Id: I0a7432059d5e6f680d4fe2e3cac0f12062533511
Reviewed-on: https://gerrit.libreoffice.org/46100Reviewed-by: 's avatarTamás Bunth <btomi96@gmail.com>
Tested-by: 's avatarTamás Bunth <btomi96@gmail.com>
üst 603452f7
......@@ -2281,7 +2281,9 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
do
{
sal_Int32 nAktPos = *aBreakIt;
++aBreakIt;
if( softBreakList.size() > 1 ) // not for empty paragpraph
++aBreakIt;
AttrOutput().StartParagraph( pTextNodeInfo );
......
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