summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.cxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx
index ab63e083da44..209e3a9d993c 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -32,6 +32,7 @@
#include <vcl/cvtgrf.hxx>
#include <textboxhelper.hxx>
#include <dcontact.hxx>
+#include <tools/diagnose_ex.h>
#include <algorithm>
#include "rtfexport.hxx"
@@ -508,9 +509,9 @@ void RtfSdrExport::impl_writeGraphic()
{
xPropertySet->getPropertyValue("Graphic") >>= xGraphic;
}
- catch (beans::UnknownPropertyException& rException)
+ catch (beans::UnknownPropertyException const&)
{
- SAL_WARN("sw.rtf", "failed. Message: " << rException);
+ DBG_UNHANDLED_EXCEPTION("sw.rtf");
}
if (xGraphic.is())