summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-05-08 08:27:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-13 13:40:41 +0000
commit684c502ed0a6782fe1b9c7d7cd1911a4a88b543a (patch)
tree25c0e098a8dc307d51fd722e5a7a856ea901609a /sw
parentgbuild: use zip --must-match to fail if input files are missing (diff)
downloadcore-684c502ed0a6782fe1b9c7d7cd1911a4a88b543a.tar.gz
core-684c502ed0a6782fe1b9c7d7cd1911a4a88b543a.zip
Related: #119125# Added usage of the ClipRegion for dismantling Metafiles
to SdrObjects (ImpSdrGDIMetaFileImport) as good as possible with Metafile usage Conflicts: svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx Change-Id: I41422696e97f919e618f7e385c68d4ac737a52c1
Diffstat (limited to 'sw')
-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 0332a0c41ca5..5094e79551a8 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(3816010727U), aGraphic.GetChecksum());
+ CPPUNIT_ASSERT_EQUAL(sal_uLong(2529763117U), aGraphic.GetChecksum());
}
void Test::testN777337()