diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-20 15:33:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-20 17:34:36 +0100 |
commit | 493d3558c6e6dce980cb92434f72c0ad03487aa0 (patch) | |
tree | 946c223b2f9dd8b28675b28521613cb587c8fd57 /offapi | |
parent | a557830dea9c287b11f3e610778acab94d03cdb0 (diff) |
Fix typo
Thanks a lot to Valter Mura:
https://listarchives.libreoffice.org/global/l10n/2022/msg00005.html
Change-Id: I37467e1b9ba7cba2553be5df0d8324da8fe6c13b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128303
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XChartDocument.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/XFileIdentifierConverter.idl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart2/XChartDocument.idl b/offapi/com/sun/star/chart2/XChartDocument.idl index 0055cbb83fd2..484d4c256a94 100644 --- a/offapi/com/sun/star/chart2/XChartDocument.idl +++ b/offapi/com/sun/star/chart2/XChartDocument.idl @@ -42,7 +42,7 @@ interface XChartDocument : ::com::sun::star::frame::XModel <p>Notes: this is preliminary, we need an API that supports more than one diagram. The method name getDiagram exists in - the css.chart API, so there is would be no way to chose either + the css.chart API, so there is would be no way to choose either this or the other method from Basic (it would chose one or the other by random).</p> */ @@ -52,7 +52,7 @@ interface XChartDocument : ::com::sun::star::frame::XModel <p>Notes: this is preliminary, we need an API that supports more than one diagram. The method name setDiagram exists in - the css.chart API, so there is would be no way to chose either + the css.chart API, so there is would be no way to choose either this or the other method from Basic (it would chose one or the other by random).</p> */ diff --git a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl index 0f210ea1251b..618cfa33bf4d 100644 --- a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl +++ b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl @@ -33,7 +33,7 @@ published interface XFileIdentifierConverter : com::sun::star::uno::XInterface { /** Get information about the "locality" of a file content provider. - <p>The returned information can be used to chose the "best" among a + <p>The returned information can be used to choose the "best" among a number of file content providers implementing this interface. @param BaseURL |