summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 126eb43a37a6..1ee5a23d4fce 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -151,9 +151,9 @@ namespace svgio
// be processable from all our processors
xParser->parseStream(myInputSource);
}
- catch(uno::Exception&)
+ catch(const uno::Exception& e)
{
- OSL_ENSURE(false, "Parse error (!)");
+ SAL_WARN( "svg", "Parse error! : " << e.Message);
}
// decompose to primitives