summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 14:31:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 14:31:58 +0000
commit11061a6ed80025e30e7c27e5922fcedfd0c19068 (patch)
treea03d19c79dd6aeae7687cb264007e1d664b2311b /sfx2
parent9829c4be12c92f7e6f96b7b919dc1d684bbb4efb (diff)
INTEGRATION: CWS fwkp2fix02 (1.34.64); FILE MERGED
2004/11/03 08:39:22 mba 1.34.64.1: #i26505#: remove LockDispatcher method
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appbas.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 263b2eb24ae4..c7d780b3b9d6 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:37:10 $
+ * last change: $Author: obo $ $Date: 2004-11-17 15:31:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1011,10 +1011,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet )
rSet.Put( SfxStringItem( SID_PROGFILENAME, Application::GetAppFileName() ) );
break;
- case SID_INTERACTIVEMODE:
- rSet.Put( SfxBoolItem( SID_INTERACTIVEMODE, !IsDispatcherLocked() ) );
- break;
-
case SID_ATTR_UNDO_COUNT:
rSet.Put( SfxUInt16Item( SID_ATTR_UNDO_COUNT, SvtUndoOptions().GetUndoCount() ) );
break;