summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl')
-rw-r--r--offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl b/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
index 1280cfa1dce5..1536fd4e23d2 100644
--- a/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
+++ b/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of equal-formatted cell range collections.
@@ -40,7 +38,6 @@ module com { module sun { module star { module sheet {
*/
published service UniqueCellFormatRanges
{
- //-------------------------------------------------------------------------
/** provides methods to access the contained cell range
collections by index.
@@ -49,7 +46,6 @@ published service UniqueCellFormatRanges
*/
interface com::sun::star::container::XIndexAccess;
- //-------------------------------------------------------------------------
/** creates an enumeration of all cell range collections.
@@ -59,7 +55,6 @@ published service UniqueCellFormatRanges
};
-//=============================================================================
}; }; }; };