summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/docsh.hxx1
-rw-r--r--sw/inc/wdocsh.hxx2
-rw-r--r--sw/source/uibase/inc/glshell.hxx4
3 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 7461487771f0..bfcf69fcadd9 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -150,7 +150,6 @@ protected:
virtual void DoFlushDocInfo() SAL_OVERRIDE;
public:
- using SotObject::GetInterface;
/// but we implement this ourselves.
SFX_DECL_INTERFACE(SW_DOCSHELL)
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx
index f365f935784b..df2a8f77e616 100644
--- a/sw/inc/wdocsh.hxx
+++ b/sw/inc/wdocsh.hxx
@@ -26,8 +26,6 @@ class SW_DLLPUBLIC SwWebDocShell: public SwDocShell
sal_uInt16 nSourcePara; // Active line in source view.
public:
- using SotObject::GetInterface;
-
// But implement yourself.
SFX_DECL_INTERFACE(SW_WEBDOCSHELL)
SFX_DECL_OBJECTFACTORY();
diff --git a/sw/source/uibase/inc/glshell.hxx b/sw/source/uibase/inc/glshell.hxx
index e7e3674587fd..b3023eb263b2 100644
--- a/sw/source/uibase/inc/glshell.hxx
+++ b/sw/source/uibase/inc/glshell.hxx
@@ -26,8 +26,6 @@ class SwGlosDocShell : public SwDocShell
OUString aShortName;
OUString aGroupName;
- using SotObject::GetInterface;
-
protected:
virtual bool Save() SAL_OVERRIDE;
@@ -60,8 +58,6 @@ class SwWebGlosDocShell : public SwWebDocShell
OUString aShortName;
OUString aGroupName;
- using SotObject::GetInterface;
-
protected:
virtual bool Save() SAL_OVERRIDE;