summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MServices.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:29:48 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:29:48 +0000
commit782714683059ad50d8bb23e30566cbcaa2eaf414 (patch)
tree4c3223a1cfbc3d30f0b494c659abcdb442ac45d1 /connectivity/source/drivers/mozab/MServices.cxx
parent5c459f8330970157ffd54dd9ee7398c16c081a3e (diff)
INTEGRATION: CWS mozab04 (1.1.186); FILE MERGED
2004/04/13 09:15:20 windly 1.1.186.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'connectivity/source/drivers/mozab/MServices.cxx')
-rw-r--r--connectivity/source/drivers/mozab/MServices.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/MServices.cxx b/connectivity/source/drivers/mozab/MServices.cxx
index 6dee7a8f4083..e79816134a63 100644
--- a/connectivity/source/drivers/mozab/MServices.cxx
+++ b/connectivity/source/drivers/mozab/MServices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MServices.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mmaher $ $Date: 2001-10-11 10:07:54 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 18:29:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,9 +97,9 @@ void REGISTER_PROVIDER(
const Reference< ::com::sun::star::registry::XRegistryKey > & xKey)
{
OUString aMainKeyName;
- aMainKeyName = OUString::createFromAscii("/");
+ aMainKeyName = OUString( RTL_CONSTASCII_USTRINGPARAM("/"));
aMainKeyName += aServiceImplName;
- aMainKeyName += OUString::createFromAscii("/UNO/SERVICES");
+ aMainKeyName += OUString( RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) );
OSL_ENSURE(xNewKey.is(), "MOZAB::component_writeInfo : could not create a registry key !");