summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlimport.cxx')
-rw-r--r--starmath/source/mathmlimport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index a531412cf573..6142db4a3ec4 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -58,6 +58,7 @@ one go*/
#include <xmloff/xmlmetai.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
+#include <tools/diagnose_ex.h>
#include <memory>
@@ -3175,9 +3176,9 @@ void SmXMLImport::SetConfigurationSettings(const Sequence<PropertyValue>& aConfP
{
// dealing with read-only properties here. Nothing to do...
}
- catch (const Exception& rEx)
+ catch (const Exception&)
{
- SAL_WARN("starmath", "SmXMLImport::SetConfigurationSettings: Exception: " << rEx );
+ DBG_UNHANDLED_EXCEPTION("starmath");
}
}