From aed5c2dccbc4abd2e97ce60386ecbc9b0945f7f9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 May 2019 22:36:51 +0000 Subject: Fix typo Change-Id: I4c1b1328536300dd4f46b4c8db3cadf143e8612a Reviewed-on: https://gerrit.libreoffice.org/72931 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/ole/oleobjw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 & 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. -- cgit