summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
commita82eae375ecc76c25bb2172424d22bfe479e28d1 (patch)
tree99fcf65104c29bd4ef436653b4a361f46789b4e7 /offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
parenta64d0f306856ede0265937969ab5ae0754076ac4 (diff)
parent08a08dec6e62da86b8e1746bb205cb32ee4c7f98 (diff)
Merge branch 'master' into feature/gnumake4
Conflicts: xmlreader/prj/d.lst
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
};