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

New commits:
commit eaced256be7e5c2ebcea01d14b2f521629e22848
Author: Michael Stahl <mst...@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)) }
         }
     ));
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to