summaryrefslogtreecommitdiff
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.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index a4a7b897faa4..6a7f04f12055 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -180,14 +180,14 @@ namespace svgio::svgreader
}
default:
{
- OSL_ENSURE(false, "Do not use with percentage! ");
+ assert(false && "Do not use with percentage!");
return 0.0;
}
}
}
/// not set
- OSL_ENSURE(false, "SvgNumber not set (!)");
+ assert(false && "SvgNumber not set (!)");
return 0.0;
}
@@ -263,7 +263,7 @@ namespace svgio::svgreader
}
/// not set
- OSL_ENSURE(false, "SvgNumber not set (!)");
+ assert(false && "SvgNumber not set (!)");
return 0.0;
}
@@ -1183,7 +1183,7 @@ namespace svgio::svgreader
if(nInitPos == nPos)
{
- OSL_ENSURE(false, "Could not interpret on current position (!)");
+ assert(false && "Could not interpret on current position (!)");
nPos++;
}
}
@@ -1386,7 +1386,7 @@ namespace svgio::svgreader
if(nInitPos == nPos)
{
- OSL_ENSURE(false, "Could not interpret on current position (!)");
+ assert(false && "Could not interpret on current position (!)");
nPos++;
}
}