diff options
Diffstat (limited to 'sfx2/source/appl/module.cxx')
-rw-r--r-- | sfx2/source/appl/module.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx index c58c2d8128f3..7ea881fa76a8 100644 --- a/sfx2/source/appl/module.cxx +++ b/sfx2/source/appl/module.cxx @@ -136,10 +136,6 @@ TYPEINIT1(SfxModule, SfxShell); SFX_IMPL_SUPERCLASS_INTERFACE(SfxModule, SfxShell) -void SfxModule::InitInterface_Impl() -{ -} - ResMgr* SfxModule::GetResMgr() { return pResMgr; |