summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-06 13:53:11 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-06 14:10:10 +0200
commitb1ee1925ff1bbe502d9a708a98e025bb50a17c90 (patch)
treee0834253bb2cd9a845df3a7fefbe6bdc1af33892 /sd
parent279c31469ff2d6fe7c32b43827f6f88ddff1916e (diff)
Indentation fixes
Change-Id: Ieba9dfed344e04067278300365172162d6d44aae
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 3d1b0b5d4325..d50d01e8994d 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable()
SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp");
uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence(
- {
- { "Rows", uno::makeAny(sal_Int32(3)) },
- { "Columns", uno::makeAny(sal_Int32(5)) }
- }
+ {
+ { "Rows", uno::makeAny(sal_Int32(3)) },
+ { "Columns", uno::makeAny(sal_Int32(5)) }
+ }
));
comphelper::dispatchCommand(".uno:InsertTable", aArgs);