diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 13:37:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 14:28:36 +0100 |
commit | 02f9f422c79be3896d407f06e9cf8043d7e148f9 (patch) | |
tree | 930c772a1e8998edf0c043363586448c35806f3d /include | |
parent | e9c62a2d9cdca2c42badb468712d1c5be8326444 (diff) |
Remove unused comphelper::UStringIEqual
Change-Id: I3baedaed5bbc942657b1083fc3769cf87622e21c
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/stl_types.hxx | 6 |
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; |