From e58a179e9059665c1d195635a0148ca7370bbc04 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 11 Oct 2012 22:08:35 +0200 Subject: fix sw_subsequent_ooxmlimport after df99bb3 Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec --- sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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() -- cgit v1.2.3