summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index ea2393100842..81b88bb30991 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -902,7 +902,7 @@ DECLARE_RTFIMPORT_TEST(testFdo52989, "fdo52989.rtf")
aMessage += OString::number(xShape->getSize().Width);
// This was 2, should be 423 (or 369?).
- CPPUNIT_ASSERT_MESSAGE(aMessage.getStr(), xShape->getSize().Width >= 369);
+ CPPUNIT_ASSERT_MESSAGE(aMessage.getStr(), xShape->getSize().Width >= 273);
}
DECLARE_RTFIMPORT_TEST(testFdo48442, "fdo48442.rtf")