| commit | 6358fb7d3139a7b5ce0ea2394faa55ea1e2e4b6c | [log] |
|---|---|---|
| author | Serge Krot <Serge.Krot@cib.de> | Tue Jan 14 16:03:08 2020 +0100 |
| committer | Serge Krot (CIB) <Serge.Krot@cib.de> | Fri Jan 17 09:37:33 2020 +0100 |
| tree | e0cfe799c7373c19b2296df68eb553e13dae5fd0 | |
| parent | e033f200d74202d64f4a928c2d7b3b1cadd1c8e8 [diff] |
tdf#126795 docx export: do not output tab stops twice Change-Id: I70235df7fb73133f413863ee5eb7c76905a60248 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86767 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 264d27c94d7286a407b05a32f4097ac9d543e1a3) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86896 Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 7a01c9f..cf0195c 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -7869,6 +7869,13 @@ return; } // do not output inherited tabs twice (inside styles and inside inline properties) if ( nCount == nInheritedTabCount && nCount > 0 ) { if ( *pInheritedTabs == rTabStop ) return; } m_pSerializer->startElementNS(XML_w, XML_tabs); // Get offset for tabs