summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl b/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
index 84ac13187546..6add6e106005 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XDataPilotTables.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** grants access to a collection of data pilot tables.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDataPilotTablesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Returns the collection of data pilot tables.
@@ -45,7 +42,6 @@ published interface XDataPilotTablesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };