diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:34:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-17 15:15:10 +0200 |
commit | 5fa6a79864af82c9d60ddef0d618106a8214e431 (patch) | |
tree | d5f2266e62a832d3b801440ed6d2b597616f3e2f /udkapi/com | |
parent | f462a76f2bbaaaaaa79bf935a51bdf8cead25dbb (diff) |
Fix typos
Change-Id: If89ec640901253121529c09aef4537c6b13cee1d
Reviewed-on: https://gerrit.libreoffice.org/52280
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/script/ArrayWrapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl index 8e76fead6c13..547d739fc104 100644 --- a/udkapi/com/sun/star/script/ArrayWrapper.idl +++ b/udkapi/com/sun/star/script/ArrayWrapper.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module script { /** Allows an UNO sequence that is passed between different language - boundries to indicate it prefers to be represented as a multidimensional + boundaries to indicate it prefers to be represented as a multidimensional array with 0 or 1 based indices. UNO does not natively represent Multi-Dimensional arrays, instead a sequence can have elements that are themselves sequences (an array of arrays ). <p>Some languages ( example |