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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 25 06:40:10 UTC 2019


 extensions/source/ole/oleobjw.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aed5c2dccbc4abd2e97ce60386ecbc9b0945f7f9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 24 22:36:51 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 08:39:33 2019 +0200

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

diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index 8bba811ff801..86e74cb56e19 100644
--- a/extensions/source/ole/oleobjw.hxx
+++ b/extensions/source/ole/oleobjw.hxx
@@ -199,7 +199,7 @@ protected:
     void getFuncDescForInvoke(const OUString & sFuncName,
                               const Sequence<Any> & seqArgs, FUNCDESC** pFuncDesc);
 
-    // Finds out whether the wrapped IDispatch is an JScript Object. This is
+    // Finds out whether the wrapped IDispatch is a JScript Object. This is
     // done by
     // asking for the property "_environment". If it has the value "JScript"
     // (case insensitive) then the IDispatch is considered a JScript object.


More information about the Libreoffice-commits mailing list