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

Add FIXME

Change-Id: Id8a553ef880c79a1d71b6df9586f75a83f53746a
üst 29dab3f6
...@@ -894,6 +894,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetDocumentation(MEMBERID memid, ...@@ -894,6 +894,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetDocumentation(MEMBERID memid,
} }
else else
{ {
// FIXME: Shouldn't we be able to know the names of the members of UNO interfaces?
*pBstrName = SysAllocString(o3tl::toW(OUString(OUString("UnknownNameOfMember#") + OUString::number(memid)).getStr())); *pBstrName = SysAllocString(o3tl::toW(OUString(OUString("UnknownNameOfMember#") + OUString::number(memid)).getStr()));
} }
} }
......
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