summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/module.cxx')
-rw-r--r--sfx2/source/appl/module.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index 1848e74c4bf7..5a96e8777590 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -99,20 +99,20 @@ ImageList* SfxModule_Impl::GetImageList( ResMgr* pResMgr, bool bBig )
TYPEINIT1(SfxModule, SfxShell);
-//=========================================================================
+
SFX_IMPL_INTERFACE(SfxModule,SfxShell,SfxResId(0))
{
}
-//====================================================================
+
ResMgr* SfxModule::GetResMgr()
{
return pResMgr;
}
-//====================================================================
+
SfxModule::SfxModule( ResMgr* pMgrP, sal_Bool bDummyP,
SfxObjectFactory* pFactoryP, ... )
@@ -149,7 +149,7 @@ void SfxModule::Construct_Impl()
}
}
-//====================================================================
+
SfxModule::~SfxModule()
{