From 02f9f422c79be3896d407f06e9cf8043d7e148f9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Dec 2013 13:37:06 +0100 Subject: [PATCH] Remove unused comphelper::UStringIEqual Change-Id: I3baedaed5bbc942657b1083fc3769cf87622e21c --- include/comphelper/stl_types.hxx | 6 ------ 1 file changed, 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 @@ -57,12 +57,6 @@ public: bool isCaseSensitive() const {return m_bCaseSensitive;} }; -//------------------------------------------------------------------------ -struct UStringIEqual -{ - sal_Bool operator() (const OUString& lhs, const OUString& rhs) const { return lhs.equalsIgnoreAsciiCase( rhs );} -}; - //------------------------------------------------------------------------ class UStringMixEqual {