diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-21 12:43:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-21 12:43:26 +0000 |
commit | 18512c38694064c03367bf2664f71f93725ed393 (patch) | |
tree | 77d124dad9048272e03959434b2e02e55d8b0150 /sfx2 | |
parent | 46f3bd26cc94ae0656b21588f7c5f3789f4606d9 (diff) |
INTEGRATION: CWS fwkpostbeta1 (1.23.24); FILE MERGED
2005/02/17 20:17:39 abi 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED
2005/01/28 10:53:47 cd 1.23.24.1: #i40474# Non-cached slot have no controller - check must be removed therefor
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/statcach.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx index 8778c7179b4d..42ebf0bf63ec 100644 --- a/sfx2/source/control/statcach.cxx +++ b/sfx2/source/control/statcach.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statcach.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2005-02-24 16:57:13 $ + * last change: $Author: kz $ $Date: 2005-03-21 13:43:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -322,6 +322,7 @@ const SfxSlotServer* SfxStateCache::GetSlotServer( SfxDispatcher &rDispat , cons DBG_ASSERT( !pDispatch, "Old Dispatch not removed!" ); + // we don't need to check the dispatch provider if we only have an internal controller if ( xProv.is() ) { const SfxSlot* pSlot = aSlotServ.GetSlot(); |