summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-05-27 12:50:15 +0000
committerMathias Bauer <mba@openoffice.org>2002-05-27 12:50:15 +0000
commit469d2906eb02ccb3d1e52471d8fe243002815397 (patch)
treed9ecbc707bd4a0d24fb58425ecfa08f4da9e8584 /sfx2/source/appl/appbas.cxx
parent01170ebbea76a7a53902763118261784de9d4ea3 (diff)
#98405#: slot reorganized
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 1ca4a7f5a2..9f08d0dac5 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mba $ $Date: 2001-12-19 17:54:02 $
+ * last change: $Author: mba $ $Date: 2002-05-27 13:50:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1048,30 +1048,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet )
break;
}
- case SID_ACTIVEMODULE:
- {
- SfxShell *pSh = GetActiveModule();
- if ( !pSh )
- pSh = this;
- rSet.Put( SfxObjectItem( SID_ACTIVEMODULE, pSh ) );
- break;
- }
-
- case SID_ACTIVEWINDOW:
- rSet.Put( SfxObjectItem( SID_ACTIVEWINDOW, pFrame ) );
- break;
-
- case SID_SELECTION:
- break;
-
- case SID_WIN_POSSIZE:
- {
- break;
- }
-
- case SID_CAPTION:
- break;
-
case SID_PROGFILENAME:
rSet.Put( SfxStringItem( SID_PROGFILENAME, Application::GetAppFileName() ) );
break;
@@ -1084,9 +1060,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet )
rSet.Put( SfxUInt16Item( SID_ATTR_UNDO_COUNT, SvtUndoOptions().GetUndoCount() ) );
break;
- case SID_WIN_VISIBLE:
- break;
-
case SID_ON_STARTAPP:
case SID_ON_CLOSEAPP:
case SID_ON_CREATEDOC: