[Libreoffice-commits] .: sc/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 21:56:03 PST 2013


 sc/qa/unit/subsequent_export-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21a807456e4e7f141bb0165b43323c2202c0273c
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jan 31 07:55:31 2013 +0200

    Meh, use SAL_PRIdINT32
    
    Change-Id: I8ce0d94e7946175d1b287ba85567f9bb414f4152

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 5829f43..d39eb11 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -363,7 +363,7 @@ void ScExportTest::testMiscRowHeightExport()
             int nExpectedHeight = aTestValues[ index ].pData[ i ].nExpectedHeight;
             for ( ; nRow <= nEndRow; ++nRow )
             {
-                printf("\t checking row %ld for height %d\n", nRow, nExpectedHeight );
+                printf("\t checking row %"SAL_PRIdINT32" for height %d\n", nRow, nExpectedHeight );
                 int nHeight = sc::TwipsToHMM( pDoc->GetRowHeight(nRow, nTab, false) );
                 CPPUNIT_ASSERT_EQUAL(nExpectedHeight, nHeight);
             }


More information about the Libreoffice-commits mailing list