[Libreoffice-commits] core.git: extensions/source
Tor Lillqvist
tml at collabora.com
Fri May 25 09:11:35 UTC 2018
extensions/source/ole/unoobjw.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 9bbb71d4a003d00a3361f337b3f96d4a19a35562
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 13 18:28:42 2018 +0200
Add one line of hopefully correctly understood explanation
Change-Id: Ib22583a45c03a4b7c3b4ff73e9d28f47ab31bc4f
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index d2fa9c4ac8cc..528d6a342a04 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -73,6 +73,9 @@ typedef std::unordered_map
MemberInfo
> IdToMemberInfoMap;
+// An InterfaceOleWrapper object can wrap either a UNO struct or a UNO
+// interface as a COM IDispatchEx and IUnoObjectWrapper.
+
class InterfaceOleWrapper : public WeakImplHelper<XBridgeSupplier2, XInitialization>,
public IDispatchEx,
public UnoConversionUtilities<InterfaceOleWrapper>,
More information about the Libreoffice-commits
mailing list