summaryrefslogtreecommitdiff
path: root/extensions/source/ole
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/ole2uno.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index b6d74d285fdc..37302fc13750 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -70,23 +70,6 @@ const VARTYPE getVarType( const Any& val);
bool getType( BSTR name, Type & type);
void o2u_attachCurrentThread();
-struct equalOUString_Impl
-{
- bool operator()(const OUString & s1, const OUString & s2) const
- {
- return s1 == s2;
- }
-};
-
-struct hashOUString_Impl
-{
- size_t operator()(const OUString & rName) const
- {
- return rName.hashCode();
- }
-};
-
-
class BridgeRuntimeError
{
public: