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 2c28d8dcbc6f..24e45cef9276 100644
--- a/oox/source/docprop/docprophandler.cxx
+++ b/oox/source/docprop/docprophandler.cxx
@@ -665,7 +665,7 @@ void SAL_CALL OOXMLDocPropHandler::characters( const OUString& aChars )
catch( uno::Exception& e )
{
throw xml::sax::SAXException(
- OUString("Error while setting document property!"),
+ "Error while setting document property!",
uno::Reference< uno::XInterface >(),
uno::makeAny( e ) );
}