summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeReferrer.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeReferrer.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeReferrer.idl b/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
index 9b20e412712d..2dc0983bd05e 100644
--- a/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/table/XCellRange.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows direct access to the cells in a named range or to the cells
which are visible in a view, without the need to get the document
@@ -39,7 +37,6 @@ module com { module sun { module star { module sheet {
*/
published interface XCellRangeReferrer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the cell range object that is represented.
*/
@@ -47,7 +44,6 @@ published interface XCellRangeReferrer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };