From 88096c2d4a139d943a73db416b25a55c925e8fb7 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 11 Dec 2012 13:22:53 +0100 Subject: matchIgnoreAsciiCaseAsciiL() -> matchIgnoreAsciiCase() Change-Id: I6767c62265dcfbb55ce086385802db59d4d0b177 --- uui/source/iahndl-ioexceptions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui') 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; } -- cgit