summaryrefslogtreecommitdiff
path: root/framework/source/helper/ocomponentenumeration.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 00:06:30 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 00:13:01 +0300
commit895885652eef980338ce7c9231be3f86f8c770d5 (patch)
tree42ade6ea62c86a1e988c2c24583c3f9d0106a42f /framework/source/helper/ocomponentenumeration.cxx
parent44d19e119e00e52edd47c01d8d1c3812e8eb4afd (diff)
Fix non-debug build
Change-Id: I5446c7fec62c1a934b1ffb21fefa1279b932ca09
Diffstat (limited to 'framework/source/helper/ocomponentenumeration.cxx')
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index c1b3ea885973..1c658732dcd8 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -64,11 +64,7 @@ OComponentEnumeration::~OComponentEnumeration()
//*****************************************************************************************************************
// XEventListener
//*****************************************************************************************************************
-void SAL_CALL OComponentEnumeration::disposing( const EventObject&
-#if OSL_DEBUG_LEVEL > 0
-aEvent
-#endif
-) throw( RuntimeException )
+void SAL_CALL OComponentEnumeration::disposing( const EventObject& aEvent ) throw( RuntimeException )
{
// Ready for multithreading
ResetableGuard aGuard( m_aLock );