summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-03-17 11:24:32 +0100
committerJan Holesovsky <kendy@collabora.com>2014-03-17 11:25:03 +0100
commitd84a8704f699ac1b4fb42dce44a195ba87f6267b (patch)
tree80fae9a513f3b279f8b9d776a344461c3ad8befb /sw
parent72a4987434368bfb0b15f5ebb70a52108d349d5f (diff)
Fix whitespace.
Change-Id: I3156581bb0cf9c23b8d643d6d0c787feac56d266
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlw14export.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
index 1c7761c2f649..b32042600447 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")