summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-02-26 19:06:59 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-05 23:38:43 +0100
commit03e349cbc8117a9b0c5f5b5ad7f2b7fe28a27f6a (patch)
tree93998cdf4079908627c5c5a521b83757157cb4df /sw/qa
parent043c4e9ebf8beb7733d4f08988299b8b3d7cb31e (diff)
tdf#123705: avoid duplicate themeColor
See http://bugs.documentfoundation.org/attachment.cgi?id=149585 + https://bugs.documentfoundation.org/show_bug.cgi?id=123705#c4 Change-Id: I3c6fb0a1ac46a62c75bb9daeaded1633889416eb Reviewed-on: https://gerrit.libreoffice.org/68398 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 42398e3860aafd6468688eda6c0da942323b7f82)
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/ooxmlexport/data/tdf123705.docxbin0 -> 49292 bytes
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport8.cxx4
2 files changed, 4 insertions, 0 deletions
diff --git a/sw/qa/extras/ooxmlexport/data/tdf123705.docx b/sw/qa/extras/ooxmlexport/data/tdf123705.docx
new file mode 100644
index 000000000000..46e053fd464e
--- /dev/null
+++ b/sw/qa/extras/ooxmlexport/data/tdf123705.docx
Binary files differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index f5a8b95e1737..e647a19052b3 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -981,6 +981,10 @@ DECLARE_OOXMLEXPORT_TEST(testN830205, "n830205.docx")
getParagraph(1, "XXX");
}
+DECLARE_OOXMLEXPORT_TEST(tdf123705, "tdf123705.docx")
+{
+}
+
DECLARE_OOXMLEXPORT_TEST(testTableAutoColumnFixedSize, "table-auto-column-fixed-size.docx")
{
uno::Reference<text::XTextTablesSupplier> xTablesSupplier(mxComponent, uno::UNO_QUERY);