summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-31 18:02:59 +0200
committerMichael Stahl <mstahl@redhat.com>2016-03-31 18:04:26 +0200
commiteaced256be7e5c2ebcea01d14b2f521629e22848 (patch)
treef874179417e135178f6b636e26e82ec32636222d /sd
parent99bf0b931401f556033f67297aa9783c4cf19b00 (diff)
sd: overloading in C++ fail episode 6315
Change-Id: I334037739f00bbb318fa780fcca898e099bc8fb8
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index f62fa5e44668..ae85a4bb7a6e 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)) }
}
));