diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/ChartAxis.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartAxisType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/TimeIncrement.idl | 2 |
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; }; |