Kaydet (Commit) 37a26398 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add a FIXME

Change-Id: I3771d6f4703bbd1f012389f5699928464875290f
üst 0ac1baf9
...@@ -1038,6 +1038,10 @@ STDMETHODIMP InterfaceOleWrapper::GetTypeInfo(unsigned int iTInfo, LCID, ITypeIn ...@@ -1038,6 +1038,10 @@ STDMETHODIMP InterfaceOleWrapper::GetTypeInfo(unsigned int iTInfo, LCID, ITypeIn
if (iTInfo != 0) if (iTInfo != 0)
return E_NOTIMPL; return E_NOTIMPL;
// FIXME: This is surely incorrect. Why is being able to handle GetTypeInfo() here coupled to
// being a source for outgoing events, i.e. implementing XConnectable? What would break if we
// would use XInterfaceWithIID and its getIID instead?
Reference<ooo::vba::XConnectable> xConnectable(m_xOrigin, UNO_QUERY); Reference<ooo::vba::XConnectable> xConnectable(m_xOrigin, UNO_QUERY);
if (!xConnectable.is()) if (!xConnectable.is())
return E_NOTIMPL; return E_NOTIMPL;
......
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