diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 07:09:20 +0100 |
commit | 76c53d3355147c5b551c3469f9869e4e8a80aa11 (patch) | |
tree | 831228af8588f3dc23e71099cfc9c21e6b8968ac /extensions | |
parent | b5bf4bca0173edb2a91088ec70cc7c06f05186e0 (diff) |
Fix typo
Change-Id: I71c1a83f0c85f522c533ae075882211e26f78ef0
Reviewed-on: https://gerrit.libreoffice.org/84478
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/servprov.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx index 2fcf2ceac83e..57debb03779a 100644 --- a/extensions/source/ole/servprov.hxx +++ b/extensions/source/ole/servprov.hxx @@ -85,7 +85,7 @@ protected: // This class realizes the service com.sun.star.bridge.OleBridgeSupplier2 and // com.sun.star.bridge.OleBridgeSupplierVar1. The class implements XBridgeSupplier2 which -// interface does not need a Maschine Id in its createBridge function anymore, +// interface does not need a Machine Id in its createBridge function anymore, // If a UNO interface is to be converted then the member m_nUnoWrapperClass determines // what wrapper class is to be used. There are currently InterfaceOleWrapper and // UnoObjectWrapperRemoteOpt. The first is used for the OleBridgeSupplier2 and the |