extensions/source/ole/oleobjw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aed5c2dccbc4abd2e97ce60386ecbc9b0945f7f9 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 24 22:36:51 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
