summaryrefslogtreecommitdiff
path: root/framework/source/helper/ocomponentenumeration.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:18:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:18:41 +0000
commit06440fb9796b551fdbe6a77a96f7b3e57e63d382 (patch)
tree33d5aa22304f8f5f6206920e63891742bf38b19b /framework/source/helper/ocomponentenumeration.cxx
parent8bad82fab8ee35fe00775afd74b0debfa2d2efd3 (diff)
INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED
2005/11/16 13:10:37 pl 1.5.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/source/helper/ocomponentenumeration.cxx')
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index f1ce85eeae85..8d0432f7e9c5 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ocomponentenumeration.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:24:39 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:18:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -131,7 +131,11 @@ DEFINE_XTYPEPROVIDER_3 ( OComponentEnumeration ,
//*****************************************************************************************************************
// XEventListener
//*****************************************************************************************************************
-void SAL_CALL OComponentEnumeration::disposing( const EventObject& aEvent ) throw( RuntimeException )
+void SAL_CALL OComponentEnumeration::disposing( const EventObject&
+#if OSL_DEBUG_LEVEL > 0
+aEvent
+#endif
+) throw( RuntimeException )
{
// Ready for multithreading
ResetableGuard aGuard( m_aLock );