[Libreoffice-commits] core.git: sw/qa
Jan Holesovsky
kendy at collabora.com
Mon Mar 17 03:25:33 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlw14export.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d84a8704f699ac1b4fb42dce44a195ba87f6267b
Author: Jan Holesovsky <kendy at collabora.com>
Date: Mon Mar 17 11:24:32 2014 +0100
Fix whitespace.
Change-Id: I3156581bb0cf9c23b8d643d6d0c787feac56d266
diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
index 1c7761c..b320426 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
@@ -277,13 +277,13 @@ DECLARE_OOXMLEXPORT_TEST(Test_McIgnorable, "TextEffects_StylisticSets_CntxtAlts.
if (!pXmlDocument)
return;
- assertXPath(pXmlDocument, "/w:document", "Ignorable", "w14 wp14");
+ assertXPath(pXmlDocument, "/w:document", "Ignorable", "w14 wp14");
xmlDocPtr pXmlStyles = parseExport("word/styles.xml");
if (!pXmlStyles)
return;
- assertXPath(pXmlStyles, "/w:styles", "Ignorable", "w14");
+ assertXPath(pXmlStyles, "/w:styles", "Ignorable", "w14");
}
DECLARE_OOXMLEXPORT_TEST(Test_CompatSettingsForW14, "TextEffects_StylisticSets_CntxtAlts.docx")
More information about the Libreoffice-commits
mailing list