Fix integer ambiguity
Change-Id: I1247af709baf250b82a4156ea2cbf29c758f0c78
This commit is contained in:
parent
f51877b147
commit
665989cfc8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue