summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetCellCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetCellCursor.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetCellCursor.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCellCursor.idl b/offapi/com/sun/star/sheet/SheetCellCursor.idl
index 8bf21554ba23..e89305b5a8c9 100644
--- a/offapi/com/sun/star/sheet/SheetCellCursor.idl
+++ b/offapi/com/sun/star/sheet/SheetCellCursor.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/sheet/XSheetCellCursor.idl>
#include <com/sun/star/sheet/XUsedAreaCursor.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a cursor in a spreadsheet.
@@ -38,26 +36,22 @@ module com { module sun { module star { module sheet {
*/
published service SheetCellCursor
{
- //-------------------------------------------------------------------------
/** provides common methods to control the position of the cursor.
*/
service com::sun::star::table::CellCursor;
- //-------------------------------------------------------------------------
/** provides the complete functionality of a cell range in a spreadsheet
document.
*/
service com::sun::star::sheet::SheetCellRange;
- //=========================================================================
/** provides advanced methods to control the position of the cursor.
*/
interface com::sun::star::sheet::XSheetCellCursor;
- //-------------------------------------------------------------------------
/** provides methods to find the used area of the entire sheet.
*/
@@ -65,7 +59,6 @@ published service SheetCellCursor
};
-//=============================================================================
}; }; }; };