summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx9
1 files changed, 2 insertions, 7 deletions
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
{