summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 1829490afcaa..098a87f3a2b2 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -828,8 +828,8 @@ DECLARE_RTFIMPORT_TEST(testFdo52989, "fdo52989.rtf")
{
// Same as n#192129, but for JPEG files.
uno::Reference<drawing::XShape> xShape(getShape(1), uno::UNO_QUERY);
- // This was 2, should be 423.
- CPPUNIT_ASSERT(xShape->getSize().Width >= 423);
+ // This was 2, should be 423 (or 369?).
+ CPPUNIT_ASSERT(xShape->getSize().Width >= 369);
}
DECLARE_RTFIMPORT_TEST(testFdo48442, "fdo48442.rtf")