summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 14:32:26 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-18 15:45:27 +0100
commitd9168242f5f8800f88d4947bd1fbfc30a969429c (patch)
tree0523b994b891e150775f10678307f00c74839852 /test
parent3a5f11f6dd086efdb40e1e75e6588b4c62881918 (diff)
Fix integer ambiguity
Change-Id: I1247af709baf250b82a4156ea2cbf29c758f0c78
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xsheetannotations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetannotations.cxx b/test/source/sheet/xsheetannotations.cxx
index a56fc6ba581c..cf4b82a8e879 100644
--- a/test/source/sheet/xsheetannotations.cxx
+++ b/test/source/sheet/xsheetannotations.cxx
@@ -52,7 +52,7 @@ void XSheetAnnotations::testInsertNew()
sal_Int32 nBefore = xAnnotationsIndex->getCount();
CPPUNIT_ASSERT_EQUAL_MESSAGE(
- "There should already be one note", 1, nBefore );
+ "There should already be one note", sal_Int32(1), nBefore );
// insert the annotation
table::CellAddress xTargetCellAddress (0,3,4);