summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-05-11 08:21:31 +0000
committerth <th@openoffice.org>2001-05-11 08:21:31 +0000
commit07c0b9833029365b30f1422920d73a12cc761a5c (patch)
tree99b878c07d4b4cfb8c1adcb2dd7b48122f2c70f2 /basctl
parent826155d2ca03146d205b2028a8141875af2b5e61 (diff)
rtl-string-changes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedclip.cxx6
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;