diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 13:34:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 14:28:36 +0100 |
commit | e9c62a2d9cdca2c42badb468712d1c5be8326444 (patch) | |
tree | ac20b1cdd066d27ce50d13b6e4baf83581f52dc9 /include/comphelper | |
parent | 57b15f2dcd2963808b8af3f0665450ef81bb3eb8 (diff) |
Get rid of unnecessary comphelper::UStringEqual
Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/stl_types.hxx | 5 |
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 |