[ooo-build-commit] .: svtools/source
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue Sep 14 06:31:26 PDT 2010
svtools/source/svrtf/rtfkeywd.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e530d77937c1b21db1d0f4e7406343899c465ea3
Author: Florian Reuter <freuter at novell.com>
Date: Tue Sep 14 15:03:19 2010 +0200
svtools-svrtf-token-ignore-case.diff:
n#417814
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx
index cc74a4a..1c6f93c 100644
--- a/svtools/source/svrtf/rtfkeywd.cxx
+++ b/svtools/source/svrtf/rtfkeywd.cxx
@@ -1201,13 +1201,13 @@ _Optlink
nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareTo(
*((RTF_TokenEntry*)pSecond)->pUToken );
else
- nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareToAscii(
+ nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareIgnoreCaseToAscii(
((RTF_TokenEntry*)pSecond)->sToken );
}
else
{
if( -1 == ((RTF_TokenEntry*)pSecond)->nToken )
- nRet = -1 * ((RTF_TokenEntry*)pSecond)->pUToken->CompareToAscii(
+ nRet = -1 * ((RTF_TokenEntry*)pSecond)->pUToken->CompareIgnoreCaseToAscii(
((RTF_TokenEntry*)pFirst)->sToken );
else
nRet = strcmp( ((RTF_TokenEntry*)pFirst)->sToken,
More information about the ooo-build-commit
mailing list