summaryrefslogtreecommitdiff
path: root/binaryurp/source/lessoperators.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/lessoperators.hxx')
-rw-r--r--binaryurp/source/lessoperators.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryurp/source/lessoperators.hxx b/binaryurp/source/lessoperators.hxx
index f3202b5fb5af..317e76ab18d5 100644
--- a/binaryurp/source/lessoperators.hxx
+++ b/binaryurp/source/lessoperators.hxx
@@ -31,6 +31,10 @@ namespace com { namespace sun { namespace star { namespace uno {
bool operator <(TypeDescription const & left, TypeDescription const & right);
+struct TypeDescHash { sal_Int32 operator()( const TypeDescription&) const; };
+
+struct TypeDescEqual { bool operator()( const TypeDescription&, const TypeDescription&) const; };
+
} } } }
namespace rtl {