From 3f18d628ec32eee15903332469bd52f0bd6197b8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Mar 2015 11:34:11 +0200 Subject: loplugin:constantfunction: sot this appears to be completely unused Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e --- sd/source/ui/inc/DrawDocShell.hxx | 1 - sd/source/ui/inc/GraphicDocShell.hxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 43aec19d3f07..dc2d510ecb43 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -105,7 +105,6 @@ public: virtual SfxDocumentInfoDialog* CreateDocumentInfoDialog( ::vcl::Window *pParent, const SfxItemSet &rSet ) SAL_OVERRIDE; - using SotObject::GetInterface; using SfxObjectShell::GetVisArea; using SfxShell::GetViewShell; diff --git a/sd/source/ui/inc/GraphicDocShell.hxx b/sd/source/ui/inc/GraphicDocShell.hxx index 4a18ae332b58..3e418c5e257b 100644 --- a/sd/source/ui/inc/GraphicDocShell.hxx +++ b/sd/source/ui/inc/GraphicDocShell.hxx @@ -46,8 +46,6 @@ private: public: SFX_DECL_OBJECTFACTORY(); - using SotObject::GetInterface; - GraphicDocShell ( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED, bool bSdDataObj=false, -- cgit