summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwimpl.hxx')
-rw-r--r--svtools/source/brwbox/brwimpl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwimpl.hxx b/svtools/source/brwbox/brwimpl.hxx
index 06fb16c67016..aae0a4dd9f25 100644
--- a/svtools/source/brwbox/brwimpl.hxx
+++ b/svtools/source/brwbox/brwimpl.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include <map>
@@ -48,7 +49,7 @@ namespace svt
}
catch( const css::uno::Exception& )
{
- OSL_FAIL( "THeaderCellMapFunctorDispose: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svtools", "THeaderCellMapFunctorDispose" );
}
}
};