summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-01-17 09:11:11 +0100
committerAndras Timar <andras.timar@collabora.com>2017-02-28 11:15:18 +0100
commit8f4b26a280a2a1c074929922a513db47507187d1 (patch)
treed5fb2ccb69120271aac45113594042d93f4b84eb /sd
parent15db136ab1311c24b9220d8ed65392df3685027d (diff)
sw, sd: fix indentation
The indentation in these files is consistent otherwise, let's keep it that way. Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72 (cherry picked from commit d74e3b5bc43635c8c86988884b97929c3b086732)
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 58dc9e62c802..65079fc84bf9 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1493,7 +1493,7 @@ void SdTiledRenderingTest::testTdf81754()
// now save, reload, and assert that we did not lose the edit
::sd::DrawDocShellRef xDocShRef = saveAndReload(pXImpressDocument->GetDocShell(), PPTX);
- const SdrPage *pPage = GetPage(1, xDocShRef);
+ const SdrPage* pPage = GetPage(1, xDocShRef);
SdrTextObj* pTextObject = dynamic_cast<SdrTextObj*>(pPage->GetObj(1));
CPPUNIT_ASSERT(pTextObject);