summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XCellAddressable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellAddressable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellAddressable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XCellAddressable.idl b/offapi/com/sun/star/sheet/XCellAddressable.idl
index 710104fde09f..a4bd8f0f5c4d 100644
--- a/offapi/com/sun/star/sheet/XCellAddressable.idl
+++ b/offapi/com/sun/star/sheet/XCellAddressable.idl
@@ -23,18 +23,15 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a cell which can be addressed with a
<type scope="com::sun::star::table">CellAddress</type>.
*/
published interface XCellAddressable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the address of the cell in the spreadsheet document.
@@ -45,7 +42,6 @@ published interface XCellAddressable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };