[Libreoffice-commits] .: uui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 11 04:23:22 PST 2012
uui/source/iahndl-ioexceptions.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88096c2d4a139d943a73db416b25a55c925e8fb7
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Dec 11 13:22:53 2012 +0100
matchIgnoreAsciiCaseAsciiL() -> matchIgnoreAsciiCase()
Change-Id: I6767c62265dcfbb55ce086385802db59d4d0b177
diff --git a/uui/source/iahndl-ioexceptions.cxx b/uui/source/iahndl-ioexceptions.cxx
index 1412a53..4c19531 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;
}
More information about the Libreoffice-commits
mailing list