diff options
Diffstat (limited to 'remotebridges/source/factory/bridgefactory.cxx')
-rw-r--r-- | remotebridges/source/factory/bridgefactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/source/factory/bridgefactory.cxx b/remotebridges/source/factory/bridgefactory.cxx index ec304207d..9f361773d 100644 --- a/remotebridges/source/factory/bridgefactory.cxx +++ b/remotebridges/source/factory/bridgefactory.cxx @@ -419,7 +419,7 @@ namespace remotebridges_factory if( !pNames ) { static Sequence< OUString > seqNames(1); - seqNames.getArray()[0] = OUString::createFromAscii( SERVICE_NAME ); + seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME )); pNames = &seqNames; } } |