summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDataPilotTable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable.idl b/offapi/com/sun/star/sheet/XDataPilotTable.idl
index 9ca5d1723bdf..3b3db2a60342 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods to control a data pilot table which has already
been created.
@@ -36,14 +34,12 @@ module com { module sun { module star { module sheet {
*/
published interface XDataPilotTable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the address of the cell range that contains the data
pilot table.
*/
com::sun::star::table::CellRangeAddress getOutputRange();
- //-------------------------------------------------------------------------
/** recreates the data pilot table with current data from the source
cell range.
@@ -52,7 +48,6 @@ published interface XDataPilotTable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };