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.idl50
1 files changed, 25 insertions, 25 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
index c47d7b05f22d..f2c4d8979cda 100644
--- a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
+++ b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,44 +24,44 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartAxisMarkPosition_idl__
-#define __com_sun_star_chart_ChartAxisMarkPosition_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartAxisMarkPosition_idl__
+#define __com_sun_star_chart_ChartAxisMarkPosition_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** Specifies the position of the axis interval marks.
*/
published enum ChartAxisMarkPosition
{
- //-------------------------------------------------------------------------
-
+ //-------------------------------------------------------------------------
+
/** The interval marks are drawn besides the axis labels.
*/
AT_LABELS,
- //-------------------------------------------------------------------------
-
+ //-------------------------------------------------------------------------
+
/** 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).
*/
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).
*/
AT_LABELS_AND_AXIS
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif