summaryrefslogtreecommitdiff
path: root/svgio/source/svguno/xsvgparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svguno/xsvgparser.cxx')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 6a16aa5d8282..57c1c81ed28f 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <svgdocumenthandler.hxx>
+#include <tools/diagnose_ex.h>
#include <svgvisitor.hxx>
@@ -135,9 +136,9 @@ namespace svgio
// be processable from all our processors
xParser->parseStream(myInputSource);
}
- catch(const uno::Exception& e)
+ catch(const uno::Exception&)
{
- SAL_INFO( "svg", "Parse error: " << e);
+ TOOLS_INFO_EXCEPTION( "svg", "Parse error");
return false;
}