summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XTwoAxisXSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/XTwoAxisXSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
index ff5bee5b6d39..de3fa8bb9995 100644
--- a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** gives access to both the primary and the secondary <i>x</i>-axis
of a chart.
@@ -37,7 +35,6 @@
*/
published interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier
{
- //-------------------------------------------------------------------------
/** @returns
the properties of the secondary <i>x</i>-axis of the
@@ -52,7 +49,6 @@ published interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier
};
-//=============================================================================
}; }; }; };