summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisZSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisZSupplier.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
index 41d71a4c64e7..aa36034eb548 100644
--- a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/chart/XAxisZSupplier.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** A helper service for chart documents which supply a z-axis.
*/
@@ -36,34 +34,29 @@ published service ChartAxisZSupplier
*/
interface com::sun::star::chart::XAxisZSupplier;
- //-------------------------------------------------------------------------
/** Determines if the z-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasZAxis;
- //-------------------------------------------------------------------------
/** Determines if the description of the z-axis
is shown or hidden.
*/
[property] boolean HasZAxisDescription;
- //-------------------------------------------------------------------------
/** Determines if the major grid of the z-axis
is shown or hidden.@see ChartGrid
*/
[property] boolean HasZAxisGrid;
- //-------------------------------------------------------------------------
/** Determines if the minor grid of the z-axis is shown
or hidden.@see ChartGrid
*/
[property] boolean HasZAxisHelpGrid;
- //-------------------------------------------------------------------------
/** Determines if the title of the z-axis is shown
or hidden.@see ChartTitle
@@ -71,7 +64,6 @@ published service ChartAxisZSupplier
[property] boolean HasZAxisTitle;
};
-//=============================================================================
}; }; }; };