summaryrefslogtreecommitdiff
path: root/comphelper/source/processfactory
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-29 21:41:06 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-31 10:21:07 +0100
commitbe9d9fee66aaa7123bd84b3d5a4fc08457774544 (patch)
treeaeaeaf6f1ecb65d12a0ce7953a8e653aa55805c5 /comphelper/source/processfactory
parent95692db60e47442924077dc463bbd729cc71ee04 (diff)
RTL_CONSTASCII_(U)STRINGPARAM removed in comphelper
Change-Id: Ib068c06956bc9f04bb7c468375aacd2e6e9db77d
Diffstat (limited to 'comphelper/source/processfactory')
-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) {