summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart')
-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 ee73b5f8c804..07a80be5e106 100644
--- a/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/offapi/com/sun/star/chart/ChartAxis.idl
@@ -187,7 +187,7 @@ published service ChartAxis
//-------------------------------------------------------------------------
- /** 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 OpenOffice 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 c5d3878fe061..2f1e56ed5d04 100644
--- a/offapi/com/sun/star/chart/ChartAxisType.idl
+++ b/offapi/com/sun/star/chart/ChartAxisType.idl
@@ -35,7 +35,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 e1e1fff0a2d5..c66be676d7ef 100644
--- a/offapi/com/sun/star/chart/TimeIncrement.idl
+++ b/offapi/com/sun/star/chart/TimeIncrement.idl
@@ -51,7 +51,7 @@ published struct TimeIncrement
/** if the any contains a constant of type <type>::com::sun::star::chart::TimeUnit</type>
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;
};