summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 15:08:23 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 15:08:23 +0000
commite74b6756f085ab43138cd42f81ea652ed8cf31bd (patch)
treec119be83d6e656c6b6295fd00a79e3bfb7ec28aa /sfx2
parentb38377752a4944a1b7cb08b1eb213c84c532177f (diff)
INTEGRATION: CWS fwkbugfix04 (1.11.120); FILE MERGED
2004/12/02 16:39:42 mba 1.11.120.1: #118655#: support for internal dispatching in StateCache
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/shell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index 8db8e7712b03..98cf14a42905 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shell.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:49:48 $
+ * last change: $Author: kz $ $Date: 2005-01-18 16:08:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1390,7 +1390,7 @@ void SfxShell::SetVerbs(const com::sun::star::uno::Sequence < com::sun::star::em
// Verb-Slots m"ussen asynchron ausgef"uhrt werden, da sie w"ahrend
// des Ausf"uhrens zerst"ort werden k"onnten
- pNewSlot->nFlags = SFX_SLOT_ASYNCHRON;
+ pNewSlot->nFlags = SFX_SLOT_ASYNCHRON | SFX_SLOT_CONTAINER;
pNewSlot->nMasterSlotId = 0;
pNewSlot->nValue = 0;
pNewSlot->fnExec = SFX_STUB_PTR(SfxShell,VerbExec);