diff options
author | th <th@openoffice.org> | 2001-05-11 08:21:31 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-05-11 08:21:31 +0000 |
commit | 07c0b9833029365b30f1422920d73a12cc761a5c (patch) | |
tree | 99b878c07d4b4cfb8c1adcb2dd7b48122f2c70f2 /basctl/source/dlged | |
parent | 826155d2ca03146d205b2028a8141875af2b5e61 (diff) |
rtl-string-changes
Diffstat (limited to 'basctl/source/dlged')
-rw-r--r-- | basctl/source/dlged/dlgedclip.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/dlged/dlgedclip.cxx b/basctl/source/dlged/dlgedclip.cxx index e266a70d4440..021e1cc46bfe 100644 --- a/basctl/source/dlged/dlgedclip.cxx +++ b/basctl/source/dlged/dlgedclip.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgedclip.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tbe $ $Date: 2001-04-10 15:17:07 $ + * last change: $Author: th $ $Date: 2001-05-11 09:21:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,7 +138,7 @@ sal_Bool DlgEdTransferableImpl::compareDataFlavors( const DataFlavor& lFlavor, c ::rtl::OUString aLFullMediaType = xLType->getFullMediaType(); ::rtl::OUString aRFullMediaType = xRType->getFullMediaType(); - bRet = aLFullMediaType.equalsIgnoreCase( aRFullMediaType ); + bRet = aLFullMediaType.equalsIgnoreAsciiCase( aRFullMediaType ); } return bRet; |