summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-13 18:28:42 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-31 21:37:05 +0300
commit60e12085febb22973bb8f9d6d751f5d639f2ee49 (patch)
tree3d88904e6678f3c016b6afa2c3428ab6da4ce45e /extensions/source
parenta4d10e4f90c4d1fe465bf068f1cf7738664f8687 (diff)
Add one line of hopefully correctly understood explanation
Change-Id: Ib22583a45c03a4b7c3b4ff73e9d28f47ab31bc4f (cherry picked from commit 9bbb71d4a003d00a3361f337b3f96d4a19a35562)
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/unoobjw.hxx3
1 files changed, 3 insertions, 0 deletions
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>,