[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 25 07:29:14 UTC 2019


 extensions/source/ole/unoobjw.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c5c6366b0e4324167fee62db17ee17364a13a45d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 24 22:40:46 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 09:28:33 2019 +0200

    Fix typo
    
    Change-Id: Ie160b87a0334290ae80e4fedcda3c7b56745c70e
    Reviewed-on: https://gerrit.libreoffice.org/72933
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list