summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 13:37:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 14:28:36 +0100
commit02f9f422c79be3896d407f06e9cf8043d7e148f9 (patch)
tree930c772a1e8998edf0c043363586448c35806f3d
parente9c62a2d9cdca2c42badb468712d1c5be8326444 (diff)
Remove unused comphelper::UStringIEqual
Change-Id: I3baedaed5bbc942657b1083fc3769cf87622e21c
-rw-r--r--include/comphelper/stl_types.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index 134564c385b9..10bcc2cb653e 100644
--- a/include/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
@@ -58,12 +58,6 @@ public:
};
//------------------------------------------------------------------------
-struct UStringIEqual
-{
- sal_Bool operator() (const OUString& lhs, const OUString& rhs) const { return lhs.equalsIgnoreAsciiCase( rhs );}
-};
-
-//------------------------------------------------------------------------
class UStringMixEqual
{
sal_Bool m_bCaseSensitive;