summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-12-15 08:07:39 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-15 08:07:39 +0100
commitef9a20f98f63588a7ded8140b8ad9c40545f5351 (patch)
treeb37cc8c66d1189ed58fd5e5eeb385da57cbf60ae /i18npool/source
parentc9265a6a745f4221e5377ce87bd4e774a5e2cd7f (diff)
RTL_CONSTASCII_USTRINGPARAM i18npool
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/collator/chaptercollator.cxx2
1 files changed, 1 insertions, 1 deletions
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.