diff options
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 3a8c5d847085..7047e4dccf46 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -300,9 +300,6 @@ inline void SfxShell::SetPool #define SFX_DECL_INTERFACE(nId) \ static SfxInterface* pInterface; \ - private: \ - static void InitInterface_Impl(); \ - public: \ static const SfxFormalArgument* pSfxFormalArgs_Impl; \ static SfxInterface* GetStaticInterface(); \ static SfxInterfaceId GetInterfaceId() {return SfxInterfaceId(nId);} \ |