extensions/source/ole/unoobjw.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4bd1b38633d6cb288eb559afc0ac6b961538ae60 Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Mar 7 14:55:57 2019 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Wed Jul 24 15:19:10 2019 +0200 Add FIXME Change-Id: Id8a553ef880c79a1d71b6df9586f75a83f53746a Reviewed-on: https://gerrit.libreoffice.org/76266 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 3c8313e4c83e..1a476117e739 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -951,6 +951,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetDocumentation(MEMBERID memid, } else { + // FIXME: Shouldn't we be able to know the names of the members of UNO interfaces? *pBstrName = SysAllocString(o3tl::toW(OUString("UnknownNameOfMember#" + OUString::number(memid)).getStr())); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
