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

Michael Stahl mstahl at redhat.com
Thu Mar 31 16:06:45 UTC 2016


 sd/qa/unit/tiledrendering/tiledrendering.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eaced256be7e5c2ebcea01d14b2f521629e22848
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Mar 31 18:02:59 2016 +0200

    sd: overloading in C++ fail episode 6315
    
    Change-Id: I334037739f00bbb318fa780fcca898e099bc8fb8

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index f62fa5e..ae85a4b 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -636,8 +636,8 @@ void SdTiledRenderingTest::testInsertTable()
 
     uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence(
         {
-            {"Rows", uno::makeAny(3)},
-            {"Columns", uno::makeAny(5)}
+            { "Rows", uno::makeAny(sal_Int32(3)) },
+            { "Columns", uno::makeAny(sal_Int32(5)) }
         }
     ));
 


More information about the Libreoffice-commits mailing list