summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-19 06:55:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-19 06:55:55 +0000
commitd02ba5c2f986273d181ee0badb0aee2974b1eb82 (patch)
tree0393dac0642e2a4d2b872ed7eac9928d40bc2815 /sfx2/source/appl/appbas.cxx
parent6e1d838d0cbf8f408b6a821c6e1ded75617ee192 (diff)
INTEGRATION: CWS fwkq1 (1.27.76); FILE MERGED
2003/07/14 18:00:01 mba 1.27.76.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx31
1 files changed, 2 insertions, 29 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index cdb2d80d9c..4b0809b1fd 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:27:35 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:55:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1002,33 +1002,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet )
rSet.Put( SfxObjectItem( SID_APPLICATION, this ) );
break;
- case SID_STARWRITER:
- {
- SfxModule *pMod = (*(SfxModule**) GetAppData(SHL_WRITER))->Load();
- if ( pMod ) HACK(muss vom Modul selbst gemacht werden)
- pMod->SetName( DEFINE_CONST_UNICODE("StarWriter") );
- rSet.Put( SfxObjectItem( nSID, pMod ) );
- break;
- }
-
- case SID_STARDRAW:
- {
- SfxModule *pMod = (*(SfxModule**) GetAppData(SHL_DRAW))->Load();
- if ( pMod ) HACK(muss vom Modul selbst gemacht werden)
- pMod->SetName( DEFINE_CONST_UNICODE("StarDraw") );
- rSet.Put( SfxObjectItem( nSID, pMod ) );
- break;
- }
-
- case SID_STARCALC:
- {
- SfxModule *pMod = (*(SfxModule**) GetAppData(SHL_CALC))->Load();
- if ( pMod ) HACK(muss vom Modul selbst gemacht werden)
- pMod->SetName( DEFINE_CONST_UNICODE("StarCalc") );
- rSet.Put( SfxObjectItem( nSID, pMod ) );
- break;
- }
-
case SID_PROGFILENAME:
rSet.Put( SfxStringItem( SID_PROGFILENAME, Application::GetAppFileName() ) );
break;