summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-08-29 13:40:53 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-08-29 13:40:53 +0300
commit5bc406541c3845985d2239056c35fcfb4e84b093 (patch)
treefc42537be9352cdc84715462cfd580090f511138 /sw
parent34ca8dd9adb62c1154f979887a38483d73da978b (diff)
WaE: this decimal constant is unsigned only in ISO C90
Change-Id: Ica3bf96289d142be2ef19d3a0bb3a4006ef5317d
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 f5c3661256a9..00e36b8fb5ad 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -782,7 +782,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(2404338915), aGraphic.GetChecksum());
+ CPPUNIT_ASSERT_EQUAL(sal_uLong(2404338915U), aGraphic.GetChecksum());
}
CPPUNIT_TEST_SUITE_REGISTRATION(Test);