From 665989cfc81b0ad4ba8e2dfa9b54348f01710c21 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Dec 2013 14:32:26 +0100 Subject: Fix integer ambiguity Change-Id: I1247af709baf250b82a4156ea2cbf29c758f0c78 --- test/source/sheet/xsheetannotations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3