summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDimensionsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDimensionsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl b/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
index 7eb41ffb66af..e4c59a655aeb 100644
--- a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDimensionsSupplier.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 dimensions of a data pilot source.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDimensionsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of dimensions.
@@ -45,7 +42,6 @@ published interface XDimensionsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };