Kaydet (Commit) f0d6e0e1 authored tarafından Michael Stahl's avatar Michael Stahl

sax: there is no OUStringBuffer(char) ctor

Change-Id: I1811dead8f104a445bfee9282a60ecedeca872ed
üst d7032371
...@@ -546,7 +546,7 @@ OUString lclGetErrorMessage( xmlParserCtxtPtr ctxt, const OUString& sSystemId, s ...@@ -546,7 +546,7 @@ OUString lclGetErrorMessage( xmlParserCtxtPtr ctxt, const OUString& sSystemId, s
pMessage = error->message; pMessage = error->message;
else else
pMessage = "unknown error"; pMessage = "unknown error";
OUStringBuffer aBuffer( '[' ); OUStringBuffer aBuffer( "[" );
aBuffer.append( sSystemId ); aBuffer.append( sSystemId );
aBuffer.append( " line " ); aBuffer.append( " line " );
aBuffer.append( nLine ); aBuffer.append( nLine );
......
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