diff options
-rw-r--r-- | framework/source/xml/acceleratorconfigurationreader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx index 478f1b327b1c..b9191d286807 100644 --- a/framework/source/xml/acceleratorconfigurationreader.cxx +++ b/framework/source/xml/acceleratorconfigurationreader.cxx @@ -286,7 +286,7 @@ AcceleratorConfigurationReader::EXMLAttribute AcceleratorConfigurationReader::im OUString AcceleratorConfigurationReader::implts_getErrorLineString() { 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); sMsg.appendAscii("Error during parsing XML in\nline = "); |