diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 13:45:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | 665bad85827661678c49c34a04cb538673435416 (patch) | |
tree | 7521b5fc4baccdbb683e85f9794d902213b56109 /tools/source/fsys | |
parent | 3f18d628ec32eee15903332469bd52f0bd6197b8 (diff) |
loplugin:constantfunction: tools
Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 1d3797c05df3..07034d1c1dad 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -5325,9 +5325,4 @@ OUString INetURLObject::CutExtension(DecodeMechanism eMechanism, ? aTheExtension : OUString(); } -bool INetURLObject::IsCaseSensitive() const -{ - return true; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |