summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-07 14:55:57 +0200
committerTor Lillqvist <tml@collabora.com>2019-07-24 15:19:10 +0200
commit4bd1b38633d6cb288eb559afc0ac6b961538ae60 (patch)
treefd59a11c4ef6abd837112cd7a864330b34a62cfd /extensions
parent8d73da6696e42f57abbd8317d227054a4b5475ed (diff)
Add FIXME
Change-Id: Id8a553ef880c79a1d71b6df9586f75a83f53746a Reviewed-on: https://gerrit.libreoffice.org/76266 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx1
1 files changed, 1 insertions, 0 deletions
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()));
}
}