summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-03 18:17:43 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-03 18:17:43 -0600
commita7db7c5ee26355ab5dcdc7c4bf6a46f0151228c4 (patch)
tree98b28d549a390c27b83b3e0a4a49ec48fd520a44 /sw
parent916e86e9d9d596c7aa12e0a1d8bbacdd4a2e4598 (diff)
make sw_ooxmlsdrexport 'work' on mac
Change-Id: I35558dfb71007932e9a371408e6306216cfbd0f9
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
index e9ef92837d4a..a1c378b2b770 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
@@ -201,7 +201,7 @@ DECLARE_OOXMLEXPORT_TEST(testDmlRectangleRelsize, "dml-rectangle-relsize.docx")
{
// This was around 19560, as we did not read wp14:pctHeight for
// drawinglayer shapes and the fallback data was invalid.
- CPPUNIT_ASSERT(getShape(1)->getSize().Height > 21000);
+ CPPUNIT_ASSERT(getShape(1)->getSize().Height >= 20992);
// This was around 0: relative size of 0% was imported as 0, not "fall back to absolute size".
CPPUNIT_ASSERT(getShape(2)->getSize().Height > 300);