summaryrefslogtreecommitdiffstats
path: root/svgio/source/svgreader/svgtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtools.cxx')
-rw-r--r--svgio/source/svgreader/svgtools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index 75227939e489..5d6534db0721 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -1046,7 +1046,7 @@ namespace svgio::svgreader
if(nInitPos == nPos)
{
- assert(false && "Could not interpret on current position (!)");
+ SAL_WARN("svgio", "Could not interpret on current position (!)");
nPos++;
}
}
@@ -1249,7 +1249,7 @@ namespace svgio::svgreader
if(nInitPos == nPos)
{
- assert(false && "Could not interpret on current position (!)");
+ SAL_WARN("svgio", "Could not interpret on current position (!)");
nPos++;
}
}