summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/Dim3DDiagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/Dim3DDiagram.idl')
-rw-r--r--offapi/com/sun/star/chart/Dim3DDiagram.idl60
1 files changed, 30 insertions, 30 deletions
diff --git a/offapi/com/sun/star/chart/Dim3DDiagram.idl b/offapi/com/sun/star/chart/Dim3DDiagram.idl
index 26006c801f8d..d012e832e176 100644
--- a/offapi/com/sun/star/chart/Dim3DDiagram.idl
+++ b/offapi/com/sun/star/chart/Dim3DDiagram.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,23 +24,23 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
-#define __com_sun_star_chart_Dim3DDiagram_idl__
-
-#ifndef __com_sun_star_chart_X3DDisplay_idl__
-#include <com/sun/star/chart/X3DDisplay.idl>
-#endif
-#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__
-#include <com/sun/star/chart/X3DDefaultSetter.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#define __com_sun_star_chart_Dim3DDiagram_idl__
+
+#ifndef __com_sun_star_chart_X3DDisplay_idl__
+#include <com/sun/star/chart/X3DDisplay.idl>
+#endif
+#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__
+#include <com/sun/star/chart/X3DDefaultSetter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** is a service for diagrams that support the capability to render
themselves as three-dimensional diagrams as well as
two-dimensional ones.
@@ -51,18 +51,18 @@ published service Dim3DDiagram
of the three-dimensional cuboid that contains the actual
diagram.
*/
- interface com::sun::star::chart::X3DDisplay;
+ interface com::sun::star::chart::X3DDisplay;
/** makes it easy to set suitable defaults for illumination and rotation for 3D charts
*/
[optional] interface ::com::sun::star::chart::X3DDefaultSetter;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** If set to <TRUE/>, the chart becomes a three-dimensional
chart. Otherwise it is two-dimensional.
*/
- [property] boolean Dim3D;
+ [property] boolean Dim3D;
/** Perspective of 3D charts ( [0,100] ).
*/
@@ -75,10 +75,10 @@ published service Dim3DDiagram
/** Vertical rotation of 3D charts in degrees ( ]-180,180] ).
*/
[optional, property] long RotationVertical;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif