Kaydet (Commit) 04edcd86 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for Windows

Change-Id: I1b923cba578b0acc2b9ce389c6c7d664fa00b268
üst 39b81563
......@@ -53,9 +53,9 @@ namespace ole_adapter
typedef boost::unordered_map<OUString, pair<DISPID, unsigned short>, hashOUString_Impl, equalOUString_Impl> DispIdMap;
typedef boost::unordered_map<OUString, pair<DISPID, unsigned short>, OUStringHash> DispIdMap;
typedef boost::unordered_multimap<OUString, unsigned int, hashOUString_Impl, equalOUString_Impl> TLBFuncIndexMap;
typedef boost::unordered_multimap<OUString, unsigned int, OUStringHash> TLBFuncIndexMap;
// This class wraps an IDispatch and maps XInvocation calls to IDispatch calls on the wrapped object.
// If m_TypeDescription is set then this class represents an UNO interface implemented in a COM component.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment