summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-10-11 22:08:35 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-11 22:08:46 +0200
commite58a179e9059665c1d195635a0148ca7370bbc04 (patch)
tree1cfaf7c4ab4980f3d9a3f8d2811269f0104c184c /sw/qa
parentec14fbd00bf39f26625b219781debaf98670c81c (diff)
fix sw_subsequent_ooxmlimport after df99bb3
Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index c3a0bc52a6c0..ea6b66778e95 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -814,7 +814,7 @@ void Test::testN777345()
Graphic aGraphic(xGraphic);
// If this changes later, feel free to update it, but make sure it's not
// the checksum of a white/transparent placeholder rectangle.
- CPPUNIT_ASSERT_EQUAL(sal_uLong(2404338915U), aGraphic.GetChecksum());
+ CPPUNIT_ASSERT_EQUAL(sal_uLong(3816010727U), aGraphic.GetChecksum());
}
void Test::testN777337()