summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:39 +0200
commitf9e73fe26b3319c851e8d54dac0dbb2acc65f847 (patch)
tree912e49d738a13358710b9aaaf347a9880b511f0d /sd/source/ui/docshell
parent68ebb45c01eabbd1f6e67b70926093b8ccad43bd (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: Ia78ebb57f69c678ddc4ca2b42c82105fa528ff2b
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index a0dd8586fa0b..a11e109dd197 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -664,7 +664,7 @@ bool DrawDocShell::SaveCompleted( const ::com::sun::star::uno::Reference< ::com:
SfxStyleSheetBasePool* DrawDocShell::GetStyleSheetPool()
{
- return (SfxStyleSheetBasePool*) mpDoc->GetStyleSheetPool();
+ return mpDoc->GetStyleSheetPool();
}
bool DrawDocShell::GotoBookmark(const OUString& rBookmark)