From 93216c149c06d9720b3a8c6d461a26767d061340 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 4 Oct 2002 07:10:23 +0000 Subject: #103388# removed a debuggin relic from the previous revision --- forms/source/misc/InterfaceContainer.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'forms') diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index b3d89411abc7..951d91330627 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: InterfaceContainer.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: fs $ $Date: 2002-10-04 08:09:11 $ + * last change: $Author: fs $ $Date: 2002-10-04 08:10:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -947,11 +947,6 @@ void SAL_CALL OInterfaceContainer::insertByName(const ::rtl::OUString& _rName, c ::std::auto_ptr< ElementDescription > aElementMetaData( createElementMetaData() ); DBG_ASSERT( aElementMetaData.get(), "OInterfaceContainer::insertByName: createElementMetaData returned nonsense!" ); - if ( getCount() == 2969 ) - { - sal_Int32 nDummy = 0; - } - // ensure the correct name of the element try { -- cgit v1.2.3