summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgdocumenthandler.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx
index d816f5473263..062face81487 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -394,10 +394,7 @@ namespace svgio
{
/// invalid token, ignore
#ifdef DBG_UTIL
- myAssert(
- OUString("Unknown Base SvgToken <") +
- aName +
- OUString("> (!)") );
+ myAssert( "Unknown Base SvgToken <" + aName + "> (!)" );
#endif
break;
}