[Libreoffice-commits] .: sc/qa

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


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

New commits:
commit 561ec646ff08bf455720c5549a73fd54cdddeaa7
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jan 31 08:54:53 2013 +0200

    WaE: C++11 requires a space between literal and identifier
    
    Change-Id: I3351298e338315881bc8fa344849f00ee4438059

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index d39eb11..220877d 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 %"SAL_PRIdINT32" 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