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

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


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

New commits:
commit bc2e1ab2fd4c094b9c33f2de9aa5d446d5993efa
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 24 22:35:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 09:29:00 2019 +0200

    Fix typos
    
    Change-Id: Ifa4f861f1005adf8192d5d1871ba8310965a7049
    Reviewed-on: https://gerrit.libreoffice.org/72930
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 0d895b2ffbca..15e84503d3ba 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -925,7 +925,7 @@ Any  IUnknownWrapper::invokeWithDispIdUnoTlb(const OUString& sFunctionName,
                 throw;
             }
         }
-        else // it is an JScriptObject
+        else // it is a JScriptObject
         {
             int i = 0;
             try
@@ -1160,7 +1160,7 @@ Any  IUnknownWrapper::invokeWithDispIdUnoTlb(const OUString& sFunctionName,
 void SAL_CALL IUnknownWrapper::initialize( const Sequence< Any >& aArguments )
 {
     // 1.parameter is IUnknown
-    // 2.parameter is a boolean which indicates if the COM pointer was a IUnknown or IDispatch
+    // 2.parameter is a boolean which indicates if the COM pointer was an IUnknown or IDispatch
     // 3.parameter is a Sequence<Type>
     o2u_attachCurrentThread();
     OSL_ASSERT(aArguments.getLength() == 3);


More information about the Libreoffice-commits mailing list