summaryrefslogtreecommitdiff
path: root/remotebridges/source/factory/bridgefactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/source/factory/bridgefactory.cxx')
-rw-r--r--remotebridges/source/factory/bridgefactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/source/factory/bridgefactory.cxx b/remotebridges/source/factory/bridgefactory.cxx
index cc56cbf1d5db..a52ac0bea2f1 100644
--- a/remotebridges/source/factory/bridgefactory.cxx
+++ b/remotebridges/source/factory/bridgefactory.cxx
@@ -240,7 +240,7 @@ namespace remotebridges_factory
else
{
// fallback to the old solution, deprecated, should be removed !
- sService = OUString::createFromAscii( "com.sun.star.bridge.Bridge." );
+ sService = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.Bridge."));
sService += sProtocolName;
}
return sService;