summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-18 15:24:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-18 15:24:35 +0200
commit39b81563b218fd6d114275ecee95947d6b69c09d (patch)
treed7ec438280ed7e6f3e230de14fb7a1521b3c510c /extensions
parentf1f89f0202232635e7fbbd7ca47de51755b2bce0 (diff)
Blind fix for Windows
Change-Id: I186024f8a95ada752115750419a54a6231967f57
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index c39bd237994d..87e27153bd21 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -80,16 +80,14 @@ typedef boost::unordered_map
<
OUString,
DISPID,
- hashOUString_Impl,
- equalOUString_Impl
+ OUStringHash
> NameToIdMap;
typedef boost::unordered_map
<
OUString,
sal_Bool,
- hashOUString_Impl,
- equalOUString_Impl
+ OUStringHash
> BadNameMap;
typedef boost::unordered_map