summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 13:10:39 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 17:28:02 +0200
commit9fbd3299b8ffd0349c14b0986a5a87ebb0b0c521 (patch)
tree4c34e759a26dfdef4a80103dc69d35304b8cc8e4 /sw/qa/extras
parentc3c8d2d67174beddb27fc94b10aebed259500133 (diff)
sw_ooxmlexport6: DECLARE_OOXMLIMPORT_TEST -> DECLARE_OOXMLEXPORT_TEST
Change-Id: Id5ef4973f4eb93d89b590cd4e5afe87c9f706d76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102243 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
index 120a8db1d3bb..d1091c949bb6 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
@@ -976,7 +976,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testSyncedRelativePercent, "tdf93676-1.odt")
assertXPath(pXmlDoc, "//wp14:pctHeight", 0);
}
-DECLARE_OOXMLIMPORT_TEST(testTdf107119, "tdf107119.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf107119, "tdf107119.docx")
{
uno::Reference<beans::XPropertySet> XPropsWrap(getShape(1), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(text::WrapTextMode_PARALLEL, getProperty<text::WrapTextMode>(XPropsWrap, "Surround"));