diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-15 14:18:38 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 17:12:35 +0200 |
commit | dd6c80e4336d4c30e733f126f968b8fb7152851c (patch) | |
tree | 5b539f4de7037c1e5726f2880c5206ae66445c31 /offapi/com/sun/star | |
parent | 718f63002e52ad3d80fae148c28c6994592c1c09 (diff) |
Fix typo: s/an other/another/g
Change-Id: Ifd83affcb16209f4134c725640fbd95077c8ab0f
Reviewed-on: https://gerrit.libreoffice.org/59099
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/chart2/XTransformation.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/form/FormComponentType.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/XTransformation.idl b/offapi/com/sun/star/chart2/XTransformation.idl index 80b655660935..a19ce8839116 100644 --- a/offapi/com/sun/star/chart2/XTransformation.idl +++ b/offapi/com/sun/star/chart2/XTransformation.idl @@ -37,7 +37,7 @@ module chart2 // ... access to source and destination coordinate system ? /** allows the transformation of numeric values from one - coordinate-system into an other. Values may be transformed using + coordinate-system into another. Values may be transformed using any mapping. */ interface XTransformation : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/form/FormComponentType.idl b/offapi/com/sun/star/form/FormComponentType.idl index a35286b7dee2..3da73576b949 100644 --- a/offapi/com/sun/star/form/FormComponentType.idl +++ b/offapi/com/sun/star/form/FormComponentType.idl @@ -30,7 +30,7 @@ published constants FormComponentType { /** This generic identifier is for controls which cannot be identified by - an other specific identifier. + another specific identifier. */ const short CONTROL = 1; |