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 /sc/source/ui | |
parent | 6bf3b6d420873e236b2805a42a95ce33e614ad98 (diff) |
loplugin:constantfunction: sot
this appears to be completely unused
Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 0a0c09d23059..423e13e7337e 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -176,8 +176,6 @@ public: ScDocShell( const sal_uInt64 i_nSfxCreationFlags = SFXMODEL_EMBEDDED_OBJECT ); virtual ~ScDocShell(); - using SotObject::GetInterface; - #if ENABLE_TELEPATHY SAL_DLLPRIVATE ScCollaboration* GetCollaboration(); #endif |