summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/ooxmlimport/ooxmlimport2.cxx')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
index 2736775b2c81..232b67ab4056 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
@@ -246,10 +246,10 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf114212)
{
load(mpTestDocumentPath, "tdf114212.docx");
// Without the accompanying fix in place, this test would have failed with:
- // - Expected: 1428
+ // - Expected: 1427
// - Actual : 387
OUString aTop = parseDump("//anchored/fly[1]/infos/bounds", "top");
- CPPUNIT_ASSERT_EQUAL(OUString("1428"), aTop);
+ CPPUNIT_ASSERT_EQUAL(OUString("1427"), aTop);
}
CPPUNIT_TEST_FIXTURE(Test, testTdf109524)