From 5fa6a79864af82c9d60ddef0d618106a8214e431 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 Apr 2018 11:34:54 +0200 Subject: Fix typos Change-Id: If89ec640901253121529c09aef4537c6b13cee1d Reviewed-on: https://gerrit.libreoffice.org/52280 Reviewed-by: Julien Nabet Tested-by: Jenkins --- udkapi/com/sun/star/script/ArrayWrapper.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') 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 ).

Some languages ( example -- cgit