summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/listenermultiplexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/helper/listenermultiplexer.cxx')
-rw-r--r--toolkit/source/helper/listenermultiplexer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/helper/listenermultiplexer.cxx b/toolkit/source/helper/listenermultiplexer.cxx
index 7083ee0ca03d..a1c4d8a53c0f 100644
--- a/toolkit/source/helper/listenermultiplexer.cxx
+++ b/toolkit/source/helper/listenermultiplexer.cxx
@@ -20,6 +20,7 @@
#include <toolkit/helper/listenermultiplexer.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/queryinterface.hxx>
+#include <tools/diagnose_ex.h>
// class ListenerMultiplexerBase
@@ -179,9 +180,9 @@ void TabListenerMultiplexer::changed( sal_Int32 evt, const css::uno::Sequence< c
if ( e.Context == xListener || !e.Context.is() )
aIt.remove();
}
- catch(const css::uno::RuntimeException& e)
+ catch(const css::uno::RuntimeException&)
{
- DISPLAY_EXCEPTION( TabListenerMultiplexer, changed, e )
+ DISPLAY_EXCEPTION( TabListenerMultiplexer, changed )
}
}
}