summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
index a4d5648aa8ee..a78ece2fcc60 100644
--- a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/chart/ChartAxisYSupplier.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** a helper service for chart documents which supply
primary and secondary y-axes.
@@ -41,7 +39,6 @@ published service ChartTwoAxisYSupplier
service com::sun::star::chart::ChartAxisYSupplier;
- //-------------------------------------------------------------------------
/** determines if the secondary y-axis is shown or
hidden.
@@ -50,14 +47,12 @@ published service ChartTwoAxisYSupplier
*/
[property] boolean HasSecondaryYAxis;
- //-------------------------------------------------------------------------
/** determines for the secondary y-axis
if the labels at the tick marks are shown or hidden.
*/
[property] boolean HasSecondaryYAxisDescription;
- //-------------------------------------------------------------------------
/** determines if the title of the secondary y-axis is shown or hidden.
@@ -69,7 +64,6 @@ published service ChartTwoAxisYSupplier
};
-//=============================================================================
}; }; }; };