summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 13:07:12 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 18:32:03 +0200
commit1dc133c6994833dadd91e20d0a7c9ebc22bc0e61 (patch)
treedc56750bc11c43ed6e4530e2ff7bac507ea670e0 /sw
parent09bd2fb3c3b35b61cbf99b5d95a9542b344c7251 (diff)
sw_ooxmlexport11: DECLARE_OOXMLIMPORT_TEST -> DECLARE_OOXMLEXPORT_TEST
Change-Id: Ibd0fac93fccce6c9e1da02794f880bb73c2433d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102242 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport11.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index c36b399f4352..6cdecfd2c258 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -330,7 +330,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf115719, "tdf115719.docx")
CPPUNIT_ASSERT_EQUAL(2, getPages());
}
-DECLARE_OOXMLIMPORT_TEST(testTdf115719b, "tdf115719b.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf115719b, "tdf115719b.docx")
{
// This is similar to testTdf115719, but here the left textbox is not aligned "from left, by
// 0cm" but simply aligned to left, which is a different codepath.
@@ -832,7 +832,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf118521_marginsLR, "tdf118521_marginsLR.docx")
CPPUNIT_ASSERT_EQUAL(sal_Int32(882), getProperty<sal_Int32>(getParagraph(2), "ParaFirstLineIndent"));
}
-DECLARE_OOXMLIMPORT_TEST(testTdf104797, "tdf104797.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf104797, "tdf104797.docx")
{
// check moveFrom and moveTo
CPPUNIT_ASSERT_EQUAL( OUString( "Will this sentence be duplicated?" ), getParagraph( 1 )->getString());
@@ -1289,7 +1289,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf123189_tableBackground, "table-black_fill.docx")
CPPUNIT_ASSERT_EQUAL(COL_TRANSPARENT, Color(getProperty<sal_uInt32>(xCell, "BackColor")));
}
-DECLARE_OOXMLIMPORT_TEST(testTdf116084, "tdf116084.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf116084, "tdf116084.docx")
{
// tracked line is not a single text portion: w:del is recognized within w:ins
CPPUNIT_ASSERT_EQUAL( OUString( "" ), getRun( getParagraph( 1 ), 1 )->getString());
@@ -1297,7 +1297,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf116084, "tdf116084.docx")
CPPUNIT_ASSERT_EQUAL( OUString( "There should be a better start to this. " ), getRun( getParagraph( 1 ), 2 )->getString());
}
-DECLARE_OOXMLIMPORT_TEST(testTdf121176, "tdf121176.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf121176, "tdf121176.docx")
{
// w:del is imported correctly when it is in a same size w:ins
CPPUNIT_ASSERT_EQUAL( OUString( "" ), getRun( getParagraph( 1 ), 1 )->getString());
@@ -1305,7 +1305,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf121176, "tdf121176.docx")
CPPUNIT_ASSERT_EQUAL( OUString( "must" ), getRun( getParagraph( 1 ), 2 )->getString());
}
-DECLARE_OOXMLIMPORT_TEST(testTdf123054, "tdf123054.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf123054, "tdf123054.docx")
{
CPPUNIT_ASSERT_EQUAL(OUString("No Spacing"),
getProperty<OUString>(getParagraph(20), "ParaStyleName"));