summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/TableOperationMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableOperationMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableOperationMode.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/TableOperationMode.idl b/offapi/com/sun/star/sheet/TableOperationMode.idl
index 0439535bd990..20fd95004af3 100644
--- a/offapi/com/sun/star/sheet/TableOperationMode.idl
+++ b/offapi/com/sun/star/sheet/TableOperationMode.idl
@@ -20,18 +20,15 @@
#ifndef __com_sun_star_sheet_TableOperationMode_idl__
#define __com_sun_star_sheet_TableOperationMode_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify if a table operation is applied to
columns, rows, or both columns and rows.
*/
published enum TableOperationMode
{
- //-------------------------------------------------------------------------
/** is applied to the columns.
@@ -40,7 +37,6 @@ published enum TableOperationMode
*/
COLUMN,
- //-------------------------------------------------------------------------
/** is applied to the rows.
@@ -49,7 +45,6 @@ published enum TableOperationMode
*/
ROW,
- //-------------------------------------------------------------------------
/** is applied to rows and columns.
@@ -60,7 +55,6 @@ published enum TableOperationMode
};
-//=============================================================================
}; }; }; };