summaryrefslogtreecommitdiffstats
path: root/comphelper/source/processfactory/processfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/processfactory/processfactory.cxx')
-rw-r--r--comphelper/source/processfactory/processfactory.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/processfactory/processfactory.cxx b/comphelper/source/processfactory/processfactory.cxx
index deb9b4f80260..fe6c96b2af4a 100644
--- a/comphelper/source/processfactory/processfactory.cxx
+++ b/comphelper/source/processfactory/processfactory.cxx
@@ -74,8 +74,7 @@ Reference< XComponentContext > getComponentContext(
uno::Reference<beans::XPropertySet> const xProps( factory, uno::UNO_QUERY );
if (xProps.is()) {
try {
- xRet.set( xProps->getPropertyValue( rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM("DefaultContext") ) ),
+ xRet.set( xProps->getPropertyValue( OUString("DefaultContext") ),
uno::UNO_QUERY );
}
catch (beans::UnknownPropertyException & e) {