summaryrefslogtreecommitdiffstats
path: root/test/source/sheet/xsheetannotations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xsheetannotations.cxx')
-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);