Kaydet (Commit) c31d3ed9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

One more case of explicit OUString construction needed for return statement

Change-Id: I577aa609179cdb83124b004ff9ef5aa2123e1e5b
üst 2f750d86
...@@ -286,7 +286,7 @@ AcceleratorConfigurationReader::EXMLAttribute AcceleratorConfigurationReader::im ...@@ -286,7 +286,7 @@ AcceleratorConfigurationReader::EXMLAttribute AcceleratorConfigurationReader::im
OUString AcceleratorConfigurationReader::implts_getErrorLineString() OUString AcceleratorConfigurationReader::implts_getErrorLineString()
{ {
if (!m_xLocator.is()) if (!m_xLocator.is())
return "Error during parsing XML. (No further info available ...)"; return OUString("Error during parsing XML. (No further info available ...)");
OUStringBuffer sMsg(256); OUStringBuffer sMsg(256);
sMsg.appendAscii("Error during parsing XML in\nline = "); sMsg.appendAscii("Error during parsing XML in\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