summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotTable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotTable.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotTable.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotTable.idl b/offapi/com/sun/star/sheet/DataPilotTable.idl
index afeafba0c229..916fe1ac58f1 100644
--- a/offapi/com/sun/star/sheet/DataPilotTable.idl
+++ b/offapi/com/sun/star/sheet/DataPilotTable.idl
@@ -24,29 +24,24 @@
#include <com/sun/star/sheet/XDataPilotTable.idl>
#include <com/sun/star/util/XModifyBroadcaster.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a data pilot table on a spreadsheet.
*/
published service DataPilotTable
{
- //-------------------------------------------------------------------------
/** provides access to the layout settings of the data pilot table.
*/
interface com::sun::star::sheet::XDataPilotDescriptor;
- //-------------------------------------------------------------------------
/** provides methods to control a data pilot table.
*/
interface com::sun::star::sheet::XDataPilotTable;
- //-------------------------------------------------------------------------
/** allows notification of modifications to the data pilot table.
@@ -56,7 +51,6 @@ published service DataPilotTable
[optional] interface com::sun::star::util::XModifyBroadcaster;
};
-//=============================================================================
}; }; }; };