summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisAssign.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisAssign.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisAssign.idl50
1 files changed, 25 insertions, 25 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisAssign.idl b/offapi/com/sun/star/chart/ChartAxisAssign.idl
index 5f9916b2b5a0..118996ffbd00 100644
--- a/offapi/com/sun/star/chart/ChartAxisAssign.idl
+++ b/offapi/com/sun/star/chart/ChartAxisAssign.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,36 +24,36 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartAxisAssign_idl__
-#define __com_sun_star_chart_ChartAxisAssign_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartAxisAssign_idl__
+#define __com_sun_star_chart_ChartAxisAssign_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** These values specify to which y-axis a data row is assigned.
*/
published constants ChartAxisAssign
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** Assign row to primary <i>y</i>-axis
*/
const long PRIMARY_Y = 2;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** Assign row to secondary <i>y</i>-axis
*/
const long SECONDARY_Y = 4;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif