summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlctypes.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx
index ec8d0042e485..12c665cc0ef9 100644
--- a/idlc/inc/idlctypes.hxx
+++ b/idlc/inc/idlctypes.hxx
@@ -30,17 +30,9 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
-struct LessString
-{
- bool operator()(const OString& str1, const OString& str2) const
- {
- return (str1 < str2);
- }
-};
-
typedef ::std::list< OString > StringList;
typedef ::std::vector< OString > StringVector;
-typedef ::std::set< OString, LessString > StringSet;
+typedef ::std::set< OString > StringSet;
class AstDeclaration;