diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/rtfimport/rtfimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index b185635af31b..0f5e7041c3cb 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -380,7 +380,7 @@ void Test::testFdo43965() uno::Reference<beans::XPropertySet> xPropertySet(xRangeEnum->nextElement(), uno::UNO_QUERY); sal_Int32 nValue; xPropertySet->getPropertyValue("CharEscapement") >>= nValue; - CPPUNIT_ASSERT_EQUAL(sal_Int32(58), nValue); + CPPUNIT_ASSERT_EQUAL(sal_Int32(36), nValue); xPropertySet->getPropertyValue("CharEscapementHeight") >>= nValue; CPPUNIT_ASSERT_EQUAL(sal_Int32(100), nValue); |