summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-ioexceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-ioexceptions.cxx b/uui/source/iahndl-ioexceptions.cxx
index 1412a53529c0..4c1953199d5e 100644
--- a/uui/source/iahndl-ioexceptions.cxx
+++ b/uui/source/iahndl-ioexceptions.cxx
@@ -85,7 +85,7 @@ getResourceNameRequestArgument(uno::Sequence< uno::Any > const & rArguments,
// Use the resource name only for file URLs, to avoid confusion:
//TODO! work with ucp locality concept instead of hardcoded "file"?
if (pValue
- && pValue->matchIgnoreAsciiCaseAsciiL("file:", pValue->getLength()))
+ && pValue->matchIgnoreAsciiCase("file:"))
getStringRequestArgument(rArguments, "ResourceName", pValue);
return true;
}