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 a52ac0bea2f1..0e3726f3eae5 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;
}
}