From 1f97db385090c47e9a0c041390ea5037c4fdf0e5 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 6 Jul 2004 12:34:57 +0000 Subject: 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 --- sfx2/source/control/statcach.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source/control/statcach.cxx') 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); -- cgit