summaryrefslogtreecommitdiff
path: root/sd/qa/unit/PNGExportTests.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa/unit/PNGExportTests.cxx')
-rw-r--r--sd/qa/unit/PNGExportTests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/PNGExportTests.cxx b/sd/qa/unit/PNGExportTests.cxx
index cf75ac4172d7..72aa41c60023 100644
--- a/sd/qa/unit/PNGExportTests.cxx
+++ b/sd/qa/unit/PNGExportTests.cxx
@@ -77,7 +77,7 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf105998)
// make sure only the shape is exported
Size aSize = aBMPEx.GetSizePixel();
- CPPUNIT_ASSERT_EQUAL(Size(192, 192), aSize);
+ CPPUNIT_ASSERT_EQUAL(Size(193, 193), aSize);
// Check all borders are red
Bitmap aBMP = aBMPEx.GetBitmap();