summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-24 22:40:46 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-25 09:28:33 +0200
commitc5c6366b0e4324167fee62db17ee17364a13a45d (patch)
treec9fd5d002b18cb24bed57ad4fde61774b99622f6 /extensions/source
parent4824f99d1b71ac471b430f2d67838cbc5456fa2c (diff)
Fix typo
Change-Id: Ie160b87a0334290ae80e4fedcda3c7b56745c70e Reviewed-on: https://gerrit.libreoffice.org/72933 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/unoobjw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index 6bf708e4a8a6..603027fccdbf 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -201,7 +201,7 @@ protected:
// This member is used to determine the default value
// denoted by DISPID_VALUE (0). For proper results in JavaScript
// we have to return the default value when we write an object
- // as out parameter. That is, we get an JScript Array as parameter
+ // as out parameter. That is, we get a JScript Array as parameter
// and put a wrapped object on index null. The array object tries
// to detect the default value. The wrapped object must then return
// its own IDispatch* otherwise we cannot access it within the script.
@@ -222,7 +222,7 @@ protected:
Only if Invoke fails the name is being checked. Moreover Invoke tries to figure out
if a call is made to a property or method if the flags are DISPATCH_METHOD | DISPATCH_PROPERTYPUT.
If something has been found out about a property or member than it is saved
- in a MemberInfo structure hold by a IdToMemberInfoMap stl map.
+ in a MemberInfo structure hold by an IdToMemberInfoMap stl map.
*****************************************************************************/
class UnoObjectWrapperRemoteOpt: public InterfaceOleWrapper