diff options
Diffstat (limited to 'sfx2/source/config')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index df3803126a94..914c7515d970 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -25,6 +25,7 @@ #include <comphelper/processfactory.hxx> #include <sfx2/evntconf.hxx> #include <svl/macitem.hxx> +#include <tools/diagnose_ex.h> #include <sfx2/objsh.hxx> #include <eventsupplier.hxx> @@ -189,11 +190,11 @@ static void PropagateEvent_Impl( SfxObjectShell const *pDoc, const OUString& aEv } catch( const css::lang::IllegalArgumentException& ) { - SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught IllegalArgumentException" ); + TOOLS_WARN_EXCEPTION( "sfx.config", "PropagateEvents_Impl: caught IllegalArgumentException" ); } catch( const css::container::NoSuchElementException& ) { - SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught NoSuchElementException" ); + TOOLS_WARN_EXCEPTION( "sfx.config", "PropagateEvents_Impl: caught NoSuchElementException" ); } } else { |