From 5365b69ea421923ba2349e6c31946f515d240e82 Mon Sep 17 00:00:00 2001 From: serval Date: Wed, 22 Dec 2010 16:20:58 +0000 Subject: RTL_CONSTASCII_USTRINGPARAM --- dtrans/source/win32/ftransl/ftransl.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/ftransl/ftransl.cxx b/dtrans/source/win32/ftransl/ftransl.cxx index 32cc9f2b8e59..ffa0a9a43e56 100644 --- a/dtrans/source/win32/ftransl/ftransl.cxx +++ b/dtrans/source/win32/ftransl/ftransl.cxx @@ -58,8 +58,7 @@ #define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8 #define CPPUTYPE_OUSTR getCppuType( (const ::rtl::OUString*) 0 ) #define CPPUTYPE_SALINT32 getCppuType( ( sal_Int32 * ) 0 ) -#define OUSTR( str ) OUString::createFromAscii( #str ) -#define OUSTR_( str ) OUString::createFromAscii( str ) +#define OUSTR( str ) OUString(RTL_CONSTASCII_USTRINGPARAM( #str )) #define EMPTY_OUSTR OUString() const rtl::OUString Windows_FormatName (RTL_CONSTASCII_USTRINGPARAM("windows_formatname")); -- cgit