diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 17:45:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 17:45:10 +0000 |
commit | 4eb65098e60be20530f1879c91745b7f706d8b35 (patch) | |
tree | 2e83904f8ab3bfc0441d84fe991c47884d30346d /sal | |
parent | 2dfc1cbe742915099dbd8b9c735901606e5d9a1e (diff) |
INTEGRATION: CWS xmlperf02 (1.21.66); FILE MERGED
2005/02/16 11:36:11 mib 1.21.66.1: #119759#: Performance improvement for equalsAsciiL
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/ustring.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx index c9251895980e..9137a0d5ed62 100644 --- a/sal/inc/rtl/ustring.hxx +++ b/sal/inc/rtl/ustring.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ustring.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2004-09-20 08:42:56 $ + * last change: $Author: kz $ $Date: 2005-03-18 18:45:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -561,8 +561,8 @@ public: if ( pData->length != asciiStrLength ) return sal_False; - return rtl_ustr_asciil_reverseCompare_WithLength( pData->buffer, pData->length, - asciiStr, asciiStrLength ) == 0; + return rtl_ustr_asciil_reverseEquals_WithLength( + pData->buffer, asciiStr, asciiStrLength ); } /** |