summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-04 07:10:23 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-04 07:10:23 +0000
commit93216c149c06d9720b3a8c6d461a26767d061340 (patch)
treeb89c3137e9c9d5f2be10d0a37b8b0c199da91a06 /forms/source/misc
parent95c0977c33cf5134a3469bf48fd13a42e894200e (diff)
#103388# removed a debuggin relic from the previous revision
Diffstat (limited to 'forms/source/misc')
-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
{