summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XDiagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XDiagram.idl')
-rw-r--r--offapi/com/sun/star/chart/XDiagram.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/chart/XDiagram.idl b/offapi/com/sun/star/chart/XDiagram.idl
index 6939ff63d276..998fff50b044 100644
--- a/offapi/com/sun/star/chart/XDiagram.idl
+++ b/offapi/com/sun/star/chart/XDiagram.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** manages the diagram of the chart document.
@@ -37,7 +35,6 @@
*/
published interface XDiagram: com::sun::star::drawing::XShape
{
- //-------------------------------------------------------------------------
/** @returns
a string representing the diagram type. This string
@@ -46,7 +43,6 @@ published interface XDiagram: com::sun::star::drawing::XShape
*/
string getDiagramType();
- //-------------------------------------------------------------------------
/** @returns
the properties of the specified data row (series).
@@ -59,7 +55,6 @@ published interface XDiagram: com::sun::star::drawing::XShape
com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** @returns
the properties of the specified data point.
@@ -77,7 +72,6 @@ published interface XDiagram: com::sun::star::drawing::XShape
};
-//=============================================================================
}; }; }; };