summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-03-05 11:55:44 +0000
committerAndreas Schlüns <as@openoffice.org>2001-03-05 11:55:44 +0000
commit4d8d9f9faaf84916e0fcba847e2cd08d6c5caf1f (patch)
tree2cb4d1318e2868fe79823c902c7c828d9cf38757 /framework
parent00ba77b171468a7b569844bd47c218509ab62a7a (diff)
#84566# protection against deadlocks
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/framecontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 51e49e11c4f9..13d64529731d 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: framecontainer.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2000-11-22 10:32:50 $
+ * last change: $Author: as $ $Date: 2001-03-05 12:55:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,7 @@ void FrameContainer::remove( const Reference< XFrame >& xFrame )
// Warn programmer at non existing elements in container.
LOG_ASSERT( !(exist(xFrame)==sal_False), "FrameContainer::remove()\nFrame to remove not exist in container!\n" )
// Safe impossible cases.
- LOG_ASSERT( impldbg_lookForZombieFrames( xFrame ), "FrameContainer::remove()\nZombie frame detected!\n" )
+// LOG_ASSERT( impldbg_lookForZombieFrames( xFrame ), "FrameContainer::remove()\nZombie frame detected!\n" )
// Work only, if container not locked!
if ( m_bLock == LOCK_OFF )