summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetCellRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetCellRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetCellRange.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetCellRange.idl b/offapi/com/sun/star/sheet/XSheetCellRange.idl
index de95a2fbf4f4..51a8096e4e4f 100644
--- a/offapi/com/sun/star/sheet/XSheetCellRange.idl
+++ b/offapi/com/sun/star/sheet/XSheetCellRange.idl
@@ -22,15 +22,12 @@
#include <com/sun/star/table/XCellRange.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
published interface XSpreadsheet;
-//=============================================================================
/** provides access to the spreadsheet that contains a cell range.
@@ -38,7 +35,6 @@ module com { module sun { module star { module sheet {
*/
published interface XSheetCellRange: com::sun::star::table::XCellRange
{
- //-------------------------------------------------------------------------
/** returns the spreadsheet interface which contains the cell range.
@@ -52,7 +48,6 @@ published interface XSheetCellRange: com::sun::star::table::XCellRange
};
-//=============================================================================
}; }; }; };