summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 13:34:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 14:28:36 +0100
commite9c62a2d9cdca2c42badb468712d1c5be8326444 (patch)
treeac20b1cdd066d27ce50d13b6e4baf83581f52dc9 /include/comphelper
parent57b15f2dcd2963808b8af3f0665450ef81bb3eb8 (diff)
Get rid of unnecessary comphelper::UStringEqual
Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/stl_types.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index 8ed702abc25a..134564c385b9 100644
--- a/include/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
@@ -56,11 +56,6 @@ public:
bool isCaseSensitive() const {return m_bCaseSensitive;}
};
-//------------------------------------------------------------------------
-struct UStringEqual
-{
- sal_Bool operator() (const OUString& lhs, const OUString& rhs) const { return lhs.equals( rhs );}
-};
//------------------------------------------------------------------------
struct UStringIEqual