diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 11:34:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | 3f18d628ec32eee15903332469bd52f0bd6197b8 (patch) | |
tree | 8139a9f95474f1dd683a9e0224dc702d9dd48a28 /sd | |
parent | 6bf3b6d420873e236b2805a42a95ce33e614ad98 (diff) |
loplugin:constantfunction: sot
this appears to be completely unused
Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/GraphicDocShell.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
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, |