summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XHierarchiesSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XHierarchiesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
index e6a3c14231de..27e96535dd85 100644
--- a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to the collection of hierarchies of a data pilot source
dimension.
@@ -37,7 +35,6 @@ module com { module sun { module star { module sheet {
*/
published interface XHierarchiesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of hierarchies.
@@ -47,7 +44,6 @@ published interface XHierarchiesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };