diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-24 22:36:51 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 08:39:33 +0200 |
commit | aed5c2dccbc4abd2e97ce60386ecbc9b0945f7f9 (patch) | |
tree | a4c7edb537741a0c95338195a2d906df0b7f48c2 /extensions/source/ole/oleobjw.hxx | |
parent | 1d95059befb539d3e798bad28f923dd0fcd43e97 (diff) |
Fix typo
Change-Id: I4c1b1328536300dd4f46b4c8db3cadf143e8612a
Reviewed-on: https://gerrit.libreoffice.org/72931
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/ole/oleobjw.hxx')
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |