summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRenato Ferreira <renato.wolp@gmail.com>2014-12-18 12:53:15 -0500
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-19 08:36:44 +0000
commit7524621ba4ccc054e8b2988826843eeff590a007 (patch)
treebc418d3ea5a029777fde1a3b3826ceffbc9712e3 /sw
parent9071c5070cbcf6bba00285cdd9b062e961a10287 (diff)
Adjusted CppunitTest_sw_ooxmlexport for Mac Retina 13"
Change-Id: I208064aef57e0ef4b149183869f0908580e189f1 Reviewed-on: https://gerrit.libreoffice.org/13528 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 3de074740d57..2109a7f9e68d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -485,7 +485,7 @@ DECLARE_OOXMLEXPORT_TEST(testCropPixel, "crop-pixel.docx")
// This is 17667 in the original document, was 504666 (so the image
// become invisible), now is around 19072.
(void) pXmlDoc;
- CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() <= 21856);
+ CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() <= 22452);
}
}