diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-20 14:50:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-21 07:05:44 +0200 |
commit | 330447702b207f587aaba2d7530634b8402bb112 (patch) | |
tree | e7c187a4518a609a5b1bbc7a3a51d6c9fd918d19 /extensions | |
parent | 01af2d7122e8de8cbf96d1a04eb88817276db410 (diff) |
Fix typo
Change-Id: Ie6f52c25b1c876069725a06601af5e76984a65dc
Reviewed-on: https://gerrit.libreoffice.org/77813
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoconversionutilities.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index 9f3f307bd235..5e4a96a2ef0d 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -2201,11 +2201,11 @@ Sequence<Any> UnoConversionUtilities<T>::createOleArrayWrapper(SAFEARRAY* pArray return ret; } -// If a VARIANT has the type VT_DISPATCH it can either be an JScript Array +// If a VARIANT has the type VT_DISPATCH it can either be a JScript Array // or some other object. This function finds out if it is such an array or // not. Currently there's no way to make sure it's an array // so we assume that when the object has a property "0" then it is an Array. -// An JScript has property like "0", "1", "2" etc. which represent the +// A JScript has property like "0", "1", "2" etc. which represent the // value at the corresponding index of the array template<class T> bool UnoConversionUtilities<T>::isJScriptArray(const VARIANT* rvar) |