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
{
/// invalid token, ignore
#ifdef DBG_UTIL
myAssert(
OUString("Unknown Base SvgToken <") +
aName +
OUString("> (!)") );
myAssert( "Unknown Base SvgToken <" + aName + "> (!)" );
#endif
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