diff options
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r-- | starmath/source/smmod.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index c6197c569c93..f31fac02eeb3 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -349,9 +349,6 @@ void SmModule::FillStatusBar(StatusBar &rBar) } -/* -----------------15.02.99 12:45------------------- - * - * --------------------------------------------------*/ SfxItemSet* SmModule::CreateItemSet( USHORT nId ) { SfxItemSet* pRet = 0; @@ -371,9 +368,6 @@ SfxItemSet* SmModule::CreateItemSet( USHORT nId ) } return pRet; } -/* -----------------15.02.99 12:45------------------- - * - * --------------------------------------------------*/ void SmModule::ApplyItemSet( USHORT nId, const SfxItemSet& rSet ) { if(nId == SID_SM_EDITOPTIONS) @@ -381,9 +375,6 @@ void SmModule::ApplyItemSet( USHORT nId, const SfxItemSet& rSet ) GetConfig()->ItemSetToConfig(rSet); } } -/* -----------------15.02.99 12:45------------------- - * - * --------------------------------------------------*/ SfxTabPage* SmModule::CreateTabPage( USHORT nId, Window* pParent, const SfxItemSet& rSet ) { SfxTabPage* pRet = 0; |