diff options
Diffstat (limited to 'extensions/source/resource')
-rw-r--r-- | extensions/source/resource/resource.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/resource/resource.cxx b/extensions/source/resource/resource.cxx index 0ee8da292ac3..4c989f163f6d 100644 --- a/extensions/source/resource/resource.cxx +++ b/extensions/source/resource/resource.cxx @@ -2,9 +2,9 @@ * * $RCSfile: resource.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2001-03-23 11:55:07 $ + * last change: $Author: pl $ $Date: 2001-05-14 09:38:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -295,7 +295,7 @@ Reference< XInvocation > ResourceService::getDefaultInvocation() const OUString SAL_CALL ResourceService::getExactName( const OUString & ApproximateName ) { OUString aName( ApproximateName ); - aName = aName.toLowerCase(); + aName = aName.toAsciiLowerCase(); if( aName == OUString::createFromAscii("filename") ) return OUString::createFromAscii("FileName"); else if( aName == OUString::createFromAscii("getstring" )) |