summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-03 13:45:35 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:01 +0200
commit665bad85827661678c49c34a04cb538673435416 (patch)
tree7521b5fc4baccdbb683e85f9794d902213b56109 /svl/source
parent3f18d628ec32eee15903332469bd52f0bd6197b8 (diff)
loplugin:constantfunction: tools
Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/misc/inethist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/inethist.cxx b/svl/source/misc/inethist.cxx
index c7e70569e8fe..ab7e4e3bb2cf 100644
--- a/svl/source/misc/inethist.cxx
+++ b/svl/source/misc/inethist.cxx
@@ -336,7 +336,7 @@ void INetURLHistory::NormalizeUrl_Impl (INetURLObject &rUrl)
switch (rUrl.GetProtocol())
{
case INET_PROT_FILE:
- if (!rUrl.IsCaseSensitive())
+ if (!INetURLObject::IsCaseSensitive())
{
OUString aPath (rUrl.GetURLPath(INetURLObject::NO_DECODE).toAsciiLowerCase());
rUrl.SetURLPath (aPath, INetURLObject::NOT_CANONIC);