diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:34:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:34:57 +0000 |
commit | 1f97db385090c47e9a0c041390ea5037c4fdf0e5 (patch) | |
tree | 84eda9245ff5afcd7ed9d190e4b89fcdbc523509 /sfx2/source/control/statcach.cxx | |
parent | 6169aadc1b7f586e7f1e1a4347d07e780681dbf6 (diff) |
INTEGRATION: CWS docking1 (1.19.12); FILE MERGED
2004/06/05 16:53:38 cd 1.19.12.1: #i26252# Comment out assertion which is not usefull anymore
Diffstat (limited to 'sfx2/source/control/statcach.cxx')
-rw-r--r-- | sfx2/source/control/statcach.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx index 39f71427be41..e27fe96921da 100644 --- a/sfx2/source/control/statcach.cxx +++ b/sfx2/source/control/statcach.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statcach.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 13:10:37 $ + * last change: $Author: obo $ $Date: 2004-07-06 13:34:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -451,8 +451,8 @@ void SfxStateCache::SetState_Impl DBG_ASSERT( pController->GetId()==nId, "Cache mit falschem ControllerItem" ); DBG_ASSERT( bMaybeDirty || !bSlotDirty, "setting state of dirty message" ); - DBG_ASSERT( bCtrlDirty || ( aSlotServ.GetSlot() && aSlotServ.GetSlot()->IsMode(SFX_SLOT_VOLATILE) ), - "setting state of non dirty controller" ); +// DBG_ASSERT( bCtrlDirty || ( aSlotServ.GetSlot() && aSlotServ.GetSlot()->IsMode(SFX_SLOT_VOLATILE) ), ! Discussed with MBA +// "setting state of non dirty controller" ); DBG_ASSERT( SfxControllerItem::GetItemState(pState) == eState, "invalid SfxItemState" ); DBG_PROFSTART(SfxStateCacheSetState); |