summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XDataPilotField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotField.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotField.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotField.idl b/offapi/com/sun/star/sheet/XDataPilotField.idl
index 5eb60dd4a4b5..11b7ae8d4da9 100644
--- a/offapi/com/sun/star/sheet/XDataPilotField.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotField.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods to control a data pilot field which has already
been created.
@@ -36,7 +34,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDataPilotField: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of the data pilot items.
@@ -46,7 +43,6 @@ published interface XDataPilotField: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };