summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/Cells.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/Cells.idl')
-rw-r--r--offapi/com/sun/star/sheet/Cells.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/Cells.idl b/offapi/com/sun/star/sheet/Cells.idl
index 6738ae0270e1..dc5f1fac6ecc 100644
--- a/offapi/com/sun/star/sheet/Cells.idl
+++ b/offapi/com/sun/star/sheet/Cells.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of used cells in a spreadsheet document.
@@ -34,7 +32,6 @@ module com { module sun { module star { module sheet {
*/
published service Cells
{
- //-------------------------------------------------------------------------
/** creates an enumeration of all used cells.
@@ -44,7 +41,6 @@ published service Cells
};
-//=============================================================================
}; }; }; };