[Libreoffice-commits] .: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 29 12:17:23 PDT 2012


 sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 485498d3d94c5536178a653fa0c8384ff93dbceb
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Oct 29 20:16:20 2012 +0100

    sw/qa: fix build in ooxmlexport
    
    Change-Id: I22d94cf0584be892da6ba17aadabf45f47809252

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 710f7d8..816c8d0 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -416,7 +416,7 @@ void Test::testTableBorders() {
     uno::Reference<text::XTextTablesSupplier> xTablesSupplier(mxComponent, uno::UNO_QUERY);
     uno::Reference<frame::XModel> xModel(mxComponent, uno::UNO_QUERY);
     uno::Reference<container::XIndexAccess> xTables(xTablesSupplier->getTextTables( ), uno::UNO_QUERY);
-    CPPUNIT_ASSERT_EQUAL(1, xTables->getCount());
+    CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTables->getCount());
     uno::Reference<text::XTextTable> xTextTable (xTables->getByIndex(0), uno::UNO_QUERY);
 
     std::map<OUString, SingleLineBorders> cellBorders;


More information about the Libreoffice-commits mailing list