summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisYSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisYSupplier.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
index e81e3bd68053..a9c5b86f0333 100644
--- a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/chart/XAxisYSupplier.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** A helper service for the y-axis.
*/
@@ -36,34 +34,29 @@ published service ChartAxisYSupplier
*/
interface com::sun::star::chart::XAxisYSupplier;
- //-------------------------------------------------------------------------
/** Determines if the y-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasYAxis;
- //-------------------------------------------------------------------------
/** Determines if the description of the y-axis
is shown or hidden.
*/
[property] boolean HasYAxisDescription;
- //-------------------------------------------------------------------------
/** Determines if the major grid of the y-axis is
shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisGrid;
- //-------------------------------------------------------------------------
/** Determines if the minor grid of the y-axis is
shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisHelpGrid;
- //-------------------------------------------------------------------------
/** Determines if the title of the y-axis is shown
or hidden.@see ChartTitle
@@ -72,7 +65,6 @@ published service ChartAxisYSupplier
};
-//=============================================================================
}; }; }; };