diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-12-15 08:07:39 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-12-15 08:07:39 +0100 |
commit | ef9a20f98f63588a7ded8140b8ad9c40545f5351 (patch) | |
tree | b37cc8c66d1189ed58fd5e5eeb385da57cbf60ae | |
parent | c9265a6a745f4221e5377ce87bd4e774a5e2cd7f (diff) |
RTL_CONSTASCII_USTRINGPARAM i18npool
-rw-r--r-- | i18npool/source/collator/chaptercollator.cxx | 2 |
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. |