summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisMarkPosition.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisMarkPosition.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
index c47d7b05f22d..14eaf013af2b 100644
--- a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
+++ b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
@@ -48,14 +48,14 @@ published enum ChartAxisMarkPosition
//-------------------------------------------------------------------------
/** The interval marks are drawn at the axis line.
- This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
+ This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
*/
AT_AXIS,
//-------------------------------------------------------------------------
/** Interval marks are drawn at the axis line and also besides the axis labels.
- This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
+ This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
*/
AT_LABELS_AND_AXIS
};