summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/CellCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellCursor.idl')
-rw-r--r--offapi/com/sun/star/table/CellCursor.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/table/CellCursor.idl b/offapi/com/sun/star/table/CellCursor.idl
index 0af6dd2fd674..2fe286cf9532 100644
--- a/offapi/com/sun/star/table/CellCursor.idl
+++ b/offapi/com/sun/star/table/CellCursor.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/table/XCellCursor.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** represents a cell cursor in a table.
@@ -35,7 +33,6 @@ module com { module sun { module star { module table {
*/
published service CellCursor
{
- //-------------------------------------------------------------------------
/** provides methods to control the position of the cursor.
*/
@@ -43,7 +40,6 @@ published service CellCursor
};
-//=============================================================================
}; }; }; };