summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:59:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:02 +0200
commit2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch)
tree07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /offapi
parentcc1352243e4c69c60851df901d2491fff91c2cb4 (diff)
typo: choosen -> chosen
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartAxisType.idl2
-rw-r--r--offapi/com/sun/star/chart/TimeIncrement.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index 14c885ff21e2..5c5fb8bd3776 100644
--- a/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/offapi/com/sun/star/chart/ChartAxis.idl
@@ -139,7 +139,7 @@ published service ChartAxis
[optional, property] long AxisType;
- /** if the current axis is a date-axis the intervals are choosen as given with TimeIncrement
+ /** if the current axis is a date-axis the intervals are chosen as given with TimeIncrement
@since OOo 3.4
*/
[optional, maybevoid, property] TimeIncrement TimeIncrement;
diff --git a/offapi/com/sun/star/chart/ChartAxisType.idl b/offapi/com/sun/star/chart/ChartAxisType.idl
index 7123dc557389..3dd3fe72a68a 100644
--- a/offapi/com/sun/star/chart/ChartAxisType.idl
+++ b/offapi/com/sun/star/chart/ChartAxisType.idl
@@ -31,7 +31,7 @@ module chart
*/
published constants ChartAxisType
{
- /** the type of the axis is choosen automatically dependent on the chart type, the dimension and the underlying data
+ /** the type of the axis is chosen automatically dependent on the chart type, the dimension and the underlying data
*/
const long AUTOMATIC = 0;
diff --git a/offapi/com/sun/star/chart/TimeIncrement.idl b/offapi/com/sun/star/chart/TimeIncrement.idl
index fec1def0cad0..acf05038aeb8 100644
--- a/offapi/com/sun/star/chart/TimeIncrement.idl
+++ b/offapi/com/sun/star/chart/TimeIncrement.idl
@@ -45,7 +45,7 @@ published struct TimeIncrement
/** if the any contains a constant of type ::com::sun::star::chart::TimeUnit
this is the smallest time unit that is displayed on the date-time axis.
Otherwise, if the any is empty or contains an incompatible type,
- the resolution is choosen automatically by the application.
+ the resolution is chosen automatically by the application.
*/
any TimeResolution;
};