diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-10-11 22:08:35 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-10-11 22:08:46 +0200 |
commit | e58a179e9059665c1d195635a0148ca7370bbc04 (patch) | |
tree | 1cfaf7c4ab4980f3d9a3f8d2811269f0104c184c /sw/qa | |
parent | ec14fbd00bf39f26625b219781debaf98670c81c (diff) |
fix sw_subsequent_ooxmlimport after df99bb3
Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 2 |
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() |