summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontrolfeature.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmtextcontrolfeature.cxx')
-rw-r--r--svx/source/form/fmtextcontrolfeature.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/form/fmtextcontrolfeature.cxx b/svx/source/form/fmtextcontrolfeature.cxx
index 9b7263408a7b..68bb8606a453 100644
--- a/svx/source/form/fmtextcontrolfeature.cxx
+++ b/svx/source/form/fmtextcontrolfeature.cxx
@@ -21,6 +21,7 @@
#include <fmtextcontrolshell.hxx>
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
namespace svx
{
@@ -50,7 +51,7 @@ namespace svx
}
catch( const Exception& )
{
- OSL_FAIL( "FmTextControlFeature::FmTextControlFeature: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "FmTextControlFeature::FmTextControlFeature" );
}
osl_atomic_decrement( &m_refCount );
}
@@ -76,7 +77,7 @@ namespace svx
}
catch( const Exception& )
{
- OSL_FAIL( "FmTextControlFeature::dispatch: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "FmTextControlFeature::dispatch" );
}
}
@@ -106,7 +107,7 @@ namespace svx
}
catch( const Exception& )
{
- OSL_FAIL( "FmTextControlFeature::dispose: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "FmTextControlFeature::dispose" );
}
}