summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/XTableCharts.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XTableCharts.idl')
-rw-r--r--offapi/com/sun/star/table/XTableCharts.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/XTableCharts.idl b/offapi/com/sun/star/table/XTableCharts.idl
index 1261a6f0bf05..e38171fa372b 100644
--- a/offapi/com/sun/star/table/XTableCharts.idl
+++ b/offapi/com/sun/star/table/XTableCharts.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** provides methods to access charts via name and to insert and remove
charts.
@@ -37,7 +35,6 @@ module com { module sun { module star { module table {
*/
published interface XTableCharts: com::sun::star::container::XNameAccess
{
- //-------------------------------------------------------------------------
/** creates a chart and adds it to the collection.
@@ -67,7 +64,6 @@ published interface XTableCharts: com::sun::star::container::XNameAccess
[in] boolean bColumnHeaders,
[in] boolean bRowHeaders );
- //-------------------------------------------------------------------------
/** removes a chart from the collection.
@@ -78,7 +74,6 @@ published interface XTableCharts: com::sun::star::container::XNameAccess
};
-//=============================================================================
}; }; }; };