summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:47:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:47:38 +0000
commitbe6910d62d9730cc93a882889f480fc6dafd45b3 (patch)
tree8309b734ba719f721ec0fbe95af2f74a5d2db446 /i18npool
parent21002b8b0ab3f50104f56381342a95535e707397 (diff)
INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED
2003/06/06 08:19:27 mh 1.7.14.1: join: from beta2
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/collator/chaptercollator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/collator/chaptercollator.cxx b/i18npool/source/collator/chaptercollator.cxx
index a0bb920cc96d..1faee7afa474 100644
--- a/i18npool/source/collator/chaptercollator.cxx
+++ b/i18npool/source/collator/chaptercollator.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chaptercollator.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:49:40 $
+ * last change: $Author: vg $ $Date: 2003-06-12 10:47:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int
if( ans != 0 )
return ans;
- OUString &aAddAllowed = OUString::createFromAscii("?");
+ const OUString &aAddAllowed = OUString::createFromAscii("?");
ParseResult res1, res2;
// Bug #100323#, since parseAnyToken does not take length as parameter, we have to copy
// it to a temp. string.