summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-10-18 16:54:21 +0200
committerMichael Stahl <michael.stahl@cib.de>2019-10-23 13:08:39 +0200
commitdd179e9c8f6f98268e204c0672be31bf008475cd (patch)
treee3c67aac7efe8d595cfad92956132efc86acc6c1 /sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
parent4212803e08052af2c1b3618f52fefb651c429345 (diff)
sw: WW8/RTF/DOCX export: handle CH_TXT_ATR_FIELDSEP
Move second part of the fieldmark export later, where the separator dummy character is. Somehow this may result in an additional empty run, but that shouldn't matter, other than to a few tests. Change-Id: If6967e91721ae5ad51dc42ff1ba98625018eae84 Reviewed-on: https://gerrit.libreoffice.org/81084 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/qa/extras/ooxmlexport/ooxmlexport9.cxx')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport9.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
index 2dda95ca0bce..ece282f437aa 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -1142,7 +1142,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf111964, "tdf111964.docx")
return;
// Unicode spaces that are not XML whitespace must not be trimmed
const sal_Unicode sWSReference [] { 0x2002, 0x2002, 0x2002, 0x2002, 0x2002, 0 };
- assertXPathContent(pXmlDoc, "/w:document/w:body/w:p/w:r[5]/w:t", sWSReference);
+ assertXPathContent(pXmlDoc, "/w:document/w:body/w:p/w:r[6]/w:t", sWSReference);
}
DECLARE_OOXMLEXPORT_TEST(testWatermark, "watermark-shapetype.docx")