[Libreoffice-commits] core.git: extensions/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 13:20:18 UTC 2019


 extensions/source/ole/unoobjw.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4bd1b38633d6cb288eb559afc0ac6b961538ae60
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 7 14:55:57 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

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()));
         }
     }


More information about the Libreoffice-commits mailing list