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

no section break after split paragraph

Change-Id: I08aa10527d6e5d8950a592334d01186cbd8cd355
Reviewed-on: https://gerrit.libreoffice.org/46495Reviewed-by: 's avatarTamás Bunth <btomi96@gmail.com>
Tested-by: 's avatarTamás Bunth <btomi96@gmail.com>
üst 318af9e4
......@@ -2686,7 +2686,7 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
PrepareNewPageDesc( rNode.GetpSwAttrSet(), rNode, nullptr , pNextPageDesc);
}
}
else
else if (!bNeedParaSplit)
{
// else check if section break needed after the paragraph
AttrOutput().SectionBreaks(rNode);
......
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