summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-01 15:58:11 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-01 16:15:37 +0200
commitd691156db9b3348371c14b4f17d242beff3e9f47 (patch)
treeb37b807efbad1c66aa64bd0996916cd6da14f561 /sw/qa/extras/ooxmlexport
parentbe5b4223c803505064c6d82a3d209da560c9838b (diff)
DocxAttributeOutput::CharEscapement: avoid writing <w:sz> twice
As comments-nested.odt shows, that would lead to invalid output. Change-Id: I5c8f7ae0df60f80b0e58f7007c2f7f5e2a1cee87
Diffstat (limited to 'sw/qa/extras/ooxmlexport')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport2.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
index 32a63d5de784..2086d4aff4f2 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
@@ -81,7 +81,11 @@ protected:
bool mustValidate(const char* filename) const SAL_OVERRIDE
{
const char* aWhitelist[] = {
- "zoom.docx"
+ "page-graphic-background.odt",
+ "zoom.docx",
+ "empty.odt",
+ "fdo38244.docx",
+ "comments-nested.odt"
};
std::vector<const char*> vWhitelist(aWhitelist, aWhitelist + SAL_N_ELEMENTS(aWhitelist));