summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoobjw.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-12 15:24:12 +0200
committerTor Lillqvist <tml@collabora.com>2018-02-12 22:08:59 +0200
commit4c925efc4373a5a09941b56d2edd30500987dd25 (patch)
treebcb3c175546d1b002cdc8fc3a560bfe765a69364 /extensions/source/ole/unoobjw.hxx
parent6259dfce9d140368156c5fe8bb577c7589265dd5 (diff)
Reduce ASCII graphics and pointless comments a bit
Change-Id: Ia5cf6b923a6c6057463171d219af250ddb069bad
Diffstat (limited to 'extensions/source/ole/unoobjw.hxx')
-rw-r--r--extensions/source/ole/unoobjw.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index 22036dbe4762..36af08e4d46f 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -93,12 +93,6 @@ typedef std::unordered_map
MemberInfo
> IdToMemberInfoMap;
-/*****************************************************************************
-
- class declaration: InterfaceOleWrapper_Impl
-
-*****************************************************************************/
-
class InterfaceOleWrapper_Impl : public WeakImplHelper<XBridgeSupplier2, XInitialization>,
public IDispatchEx,
public UnoConversionUtilities<InterfaceOleWrapper_Impl>,
@@ -221,8 +215,8 @@ protected:
/*****************************************************************************
- class declaration: UnoObjectWrapperRemoteOpt
- ( Uno Object Wrapper Remote Optimized)
+ UnoObjectWrapperRemoteOpt = Uno Object Wrapper Remote Optimized
+
This is the UNO wrapper used in the service com.sun.star.bridge.OleBridgeSupplierVar1.
Key features:
DISPIDs are passed out blindly. That is in GetIDsOfNames is no name checking carried out.