[Libreoffice-commits] core.git: sw/qa

Stephan Bergmann sbergman at redhat.com
Fri Jan 19 08:08:58 UTC 2018


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

New commits:
commit 49785da100cbb9950023d9d81a767f1583a6ea9e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 19 09:07:49 2018 +0100

    ...and another
    
    Change-Id: I06aa51f0f46f3708540ebb218387cb028b9e65d3

diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 3cbb48c6f26e..5a90230be574 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -1957,7 +1957,7 @@ void checkPageHeaderOrFooter(const SfxViewShell* pViewShell, sal_uInt16 nWhich,
         CPPUNIT_ASSERT_EQUAL(OUString("Default Style"), aSeq[0]);
     }
     else
-        CPPUNIT_ASSERT_EQUAL(0, aSeq.getLength());
+        CPPUNIT_ASSERT_EQUAL(sal_Int32(0), aSeq.getLength());
 };
 
 }


More information about the Libreoffice-commits mailing list