summaryrefslogtreecommitdiff
path: root/remotebridges/source
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
commitab1751a151512e5e56f6641a639124a618028bd9 (patch)
tree4b5c11a865bd645ff6dd1a7f268fc3333ca965dd /remotebridges/source
parent3a18c3d97abfb60a09cc6a8bd5dd163fe2cfafa3 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 2
Diffstat (limited to 'remotebridges/source')
-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;
}
}