summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/CellRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellRange.idl')
-rw-r--r--offapi/com/sun/star/table/CellRange.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/CellRange.idl b/offapi/com/sun/star/table/CellRange.idl
index 54671e673774..580e77dab55d 100644
--- a/offapi/com/sun/star/table/CellRange.idl
+++ b/offapi/com/sun/star/table/CellRange.idl
@@ -23,23 +23,19 @@
#include <com/sun/star/table/CellProperties.idl>
#include <com/sun/star/table/XCellRange.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** represents a range of of cells within a table.
*/
published service CellRange
{
- //-------------------------------------------------------------------------
/** contains the properties of the cells of this cell range.
*/
service com::sun::star::table::CellProperties;
- //-------------------------------------------------------------------------
/** provides access to the cells or to sub-ranges of this cell range.
*/
@@ -47,7 +43,6 @@ published service CellRange
};
-//=============================================================================
}; }; }; };