Fix integer ambiguity

Change-Id: I1247af709baf250b82a4156ea2cbf29c758f0c78
This commit is contained in:
Stephan Bergmann 2013-12-06 14:32:26 +01:00
parent f51877b147
commit 665989cfc8

View file

@ -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);