summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/dlelstnr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/dlelstnr.cxx')
-rw-r--r--sw/source/uibase/uno/dlelstnr.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/dlelstnr.cxx b/sw/source/uibase/uno/dlelstnr.cxx
index 76a66603928b..19a0aa34efb2 100644
--- a/sw/source/uibase/uno/dlelstnr.cxx
+++ b/sw/source/uibase/uno/dlelstnr.cxx
@@ -24,6 +24,7 @@
#include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp>
#include <unotools/lingucfg.hxx>
+#include <tools/diagnose_ex.h>
#include <com/sun/star/uno/Reference.h>
#include <comphelper/processfactory.hxx>
@@ -62,7 +63,7 @@ SwLinguServiceEventListener::SwLinguServiceEventListener()
}
catch (const uno::Exception&)
{
- OSL_FAIL("exception caught in SwLinguServiceEventListener c-tor" );
+ TOOLS_WARN_EXCEPTION( "sw", "SwLinguServiceEventListener c-tor" );
}
}