From 6da13334218601b4d1d323eb617667720a82c293 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 11:35:55 +0200 Subject: Fix grammar Change-Id: I4962f5c4ed211a38da3e3958e8b9bb68666bcf6f Reviewed-on: https://gerrit.libreoffice.org/77629 Reviewed-by: Julien Nabet Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl | 2 +- offapi/com/sun/star/frame/XModel2.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index fee4ba4dd0e6..ebd2c695506b 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -100,7 +100,7 @@ service TabularDataProviderArguments

If the given SequenceMapping does not cover all existing labeled sequences just put the remaining sequences in old order behind the others. For example you have 4 sequences and a - SequenceMapping [3,1]. The result should be a as if [3,1,0,2] + SequenceMapping [3,1]. The result should be as if [3,1,0,2] was given.

*/ [property] sequence< long > SequenceMapping; diff --git a/offapi/com/sun/star/frame/XModel2.idl b/offapi/com/sun/star/frame/XModel2.idl index 41d44512149a..22d1ff9f82ec 100644 --- a/offapi/com/sun/star/frame/XModel2.idl +++ b/offapi/com/sun/star/frame/XModel2.idl @@ -46,7 +46,7 @@ interface XModel2 : com::sun::star::frame::XModel

Please note: Because this interface will might be used inside multi threaded environments those list can contain still disposed items - or it new added controller will be missing (if they was added after this + or it new added controller will be missing (if they were added after this enumeration was created).

-- cgit