From 1231e74a6d5c17f91d235b1564251497fa2e3f72 Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Sat, 27 Nov 2010 17:20:30 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?) --- UnoControls/source/base/registercontrols.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UnoControls/source/base/registercontrols.cxx') diff --git a/UnoControls/source/base/registercontrols.cxx b/UnoControls/source/base/registercontrols.cxx index 62e2e23ccc16..e8f58b8fa7f2 100644 --- a/UnoControls/source/base/registercontrols.cxx +++ b/UnoControls/source/base/registercontrols.cxx @@ -107,9 +107,9 @@ using namespace ::com::sun::star::registry ; { \ AS_DBG_OUT ( "\tCOMPONENT_INFO():\t\txkey is valid ...\n" ) \ /* Build new keyname */ \ - sKeyName = OUString(RTL_CONSTASCII_USTRINGPARAM("/")) ; \ + sKeyName = OUString::createFromAscii( "/" ) ; \ sKeyName += CLASS::impl_getStaticImplementationName() ; \ - sKeyName += OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES")); \ + sKeyName += OUString::createFromAscii( "/UNO/SERVICES" ); \ \ /* Create new key with new name. */ \ xNewKey = xKey->createKey( sKeyName ); \ -- cgit v1.2.3