diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:44:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:44:32 +0000 |
commit | b32f0eca9f15bb885404de2c6f3ab4a5c94ba340 (patch) | |
tree | 802ef63375311d140dba93e748ea783b8ff967ec /ucb/source/ucp/file/prov.cxx | |
parent | d722498144c7b5eda2720bdce457b2a572e9da35 (diff) |
INTEGRATION: CWS mingwport03 (1.41.20); FILE MERGED
2006/11/08 14:32:45 vg 1.41.20.2: RESYNC: (1.41-1.43); FILE MERGED
2006/09/15 14:55:34 vg 1.41.20.1: #i53572# MinGW port
Diffstat (limited to 'ucb/source/ucp/file/prov.cxx')
-rw-r--r-- | ucb/source/ucp/file/prov.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx index 7cc7cc32107e..5fdf749f6a44 100644 --- a/ucb/source/ucp/file/prov.cxx +++ b/ucb/source/ucp/file/prov.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prov.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: obo $ $Date: 2006-09-17 13:48:43 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:44:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -430,7 +430,7 @@ FileProvider::compareContentIds( error = osl::FileBase::getSystemPathFromFileURL( aStatus2.getFileURL(), aPath2 ); if ( error == osl::FileBase::E_None ) - iComp = _wcsicmp( aPath1.getStr(), aPath2.getStr() ); + iComp = rtl_ustr_compareIgnoreAsciiCase( aPath1.getStr(), aPath2.getStr() ); } #endif } |