summaryrefslogtreecommitdiff
path: root/oox/source/docprop/docprophandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/docprop/docprophandler.cxx')
-rw-r--r--oox/source/docprop/docprophandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx
index 3f2d962c8f90..f53484e3a06b 100644
--- a/oox/source/docprop/docprophandler.cxx
+++ b/oox/source/docprop/docprophandler.cxx
@@ -705,7 +705,7 @@ void SAL_CALL OOXMLDocPropHandler::characters( const OUString& aChars )
{
css::uno::Any anyEx = cppu::getCaughtException();
throw xml::sax::SAXException(
- "Error while setting document property!",
+ u"Error while setting document property!"_ustr,
uno::Reference< uno::XInterface >(),
anyEx );
}