diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-03-28 12:38:06 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-28 12:38:32 +0200 |
commit | 40fe03745fc75609350cf8115134eb07f04eefa7 (patch) | |
tree | 75513da6fca2216ac0b7c29ccf14d56b1786363a /sfx2/source/control/statcach.cxx | |
parent | 5373c145a2003d8b45eb9228cc6bbfd0de36fed8 (diff) |
Remove commented code in libs-core/sfx2
Diffstat (limited to 'sfx2/source/control/statcach.cxx')
-rwxr-xr-x | sfx2/source/control/statcach.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx index 5db7ffd1f1e9..cd60b7a2ec5b 100755 --- a/sfx2/source/control/statcach.cxx +++ b/sfx2/source/control/statcach.cxx @@ -434,8 +434,6 @@ void SfxStateCache::SetState_Impl return; DBG_ASSERT( bMaybeDirty || !bSlotDirty, "setting state of dirty message" ); -// 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); |