diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-07 14:55:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-20 11:49:53 +0200 |
commit | 278fd7a833c2a8073c04529683cbe04166f74d78 (patch) | |
tree | 3104e88ac73056fd7a8fcbe01ce96861c71cf79b /extensions | |
parent | 0c33dfa8de7e4d9e08dd2b6f5293adb7ac22bca8 (diff) |
Add FIXME
Change-Id: Id8a553ef880c79a1d71b6df9586f75a83f53746a
(cherry picked from commit e5f241db76f4c02c8070fee9d66c2f355ce452ed)
Reviewed-on: https://gerrit.libreoffice.org/79179
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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 0f00d2c9d06f..402d1e777212 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -892,6 +892,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(OUString("UnknownNameOfMember#") + OUString::number(memid)).getStr())); } } |