Kaydet (Commit) afdd564e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

svgio: Use appropriate OUString functions on string constants

Change-Id: Ic47d4a855b948f399f67d051fa8dbe874b939676
üst 63968bae
...@@ -394,10 +394,7 @@ namespace svgio ...@@ -394,10 +394,7 @@ namespace svgio
{ {
/// invalid token, ignore /// invalid token, ignore
#ifdef DBG_UTIL #ifdef DBG_UTIL
myAssert( myAssert( "Unknown Base SvgToken <" + aName + "> (!)" );
OUString("Unknown Base SvgToken <") +
aName +
OUString("> (!)") );
#endif #endif
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment