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

New commits:
commit 561ec646ff08bf455720c5549a73fd54cdddeaa7
Author: Tor Lillqvist <t...@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);
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to