From ef9a20f98f63588a7ded8140b8ad9c40545f5351 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 15 Dec 2010 08:07:39 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM i18npool --- i18npool/source/collator/chaptercollator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source/collator') diff --git a/i18npool/source/collator/chaptercollator.cxx b/i18npool/source/collator/chaptercollator.cxx index 7cc7739abbbe..e2f950f6dc17 100644 --- a/i18npool/source/collator/chaptercollator.cxx +++ b/i18npool/source/collator/chaptercollator.cxx @@ -78,7 +78,7 @@ ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int if( ans != 0 ) return ans; - const OUString &aAddAllowed = OUString::createFromAscii("?"); + const OUString aAddAllowed(RTL_CONSTASCII_USTRINGPARAM("?")); ParseResult res1, res2; // Bug #100323#, since parseAnyToken does not take length as parameter, we have to copy // it to a temp. string. -- cgit