summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangesAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangesAccess.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangesAccess.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangesAccess.idl b/offapi/com/sun/star/sheet/XCellRangesAccess.idl
index 9ed5c66ffef0..4ec5983d9eaa 100644
--- a/offapi/com/sun/star/sheet/XCellRangesAccess.idl
+++ b/offapi/com/sun/star/sheet/XCellRangesAccess.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/table/XCell.idl>
#include <com/sun/star/table/XCellRange.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to the cells or to sub-ranges of all sheets.
@@ -38,7 +36,6 @@ module com { module sun { module star { module sheet {
*/
published interface XCellRangesAccess: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Returns a single cell within the range.
@@ -65,7 +62,6 @@ published interface XCellRangesAccess: com::sun::star::uno::XInterface
[in] long nSheet )
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** Returns a sub-range of cells within the range.
@@ -100,7 +96,6 @@ published interface XCellRangesAccess: com::sun::star::uno::XInterface
[in] long nSheet )
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** Returns a sub-range of cells within the range.
@@ -122,7 +117,6 @@ published interface XCellRangesAccess: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };