summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl b/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
index 7806e75b8cb6..03e38903e8a9 100644
--- a/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.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 access to a collection of equal-formatted cell ranges.
@@ -36,7 +34,6 @@ module com { module sun { module star { module sheet {
*/
published interface XCellFormatRangesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns a collection of equal-formatted cell ranges.
@@ -54,7 +51,6 @@ published interface XCellFormatRangesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };