summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/XTransformation.idl2
-rw-r--r--offapi/com/sun/star/form/FormComponentType.idl2
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;