From 8f4b26a280a2a1c074929922a513db47507187d1 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 17 Jan 2017 09:11:11 +0100 Subject: 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) --- sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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(pPage->GetObj(1)); CPPUNIT_ASSERT(pTextObject); -- cgit v1.2.3