summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/TableOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableOrientation.idl')
-rw-r--r--offapi/com/sun/star/table/TableOrientation.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/TableOrientation.idl b/offapi/com/sun/star/table/TableOrientation.idl
index 1d76d8a45bc0..e8a363f4ce30 100644
--- a/offapi/com/sun/star/table/TableOrientation.idl
+++ b/offapi/com/sun/star/table/TableOrientation.idl
@@ -20,23 +20,19 @@
#ifndef __com_sun_star_table_TableOrientation_idl__
#define __com_sun_star_table_TableOrientation_idl__
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** used to select whether operations are carried out on columns or rows.
*/
published enum TableOrientation
{
- //-------------------------------------------------------------------------
/** operations are carried out on columns.
*/
COLUMNS,
- //-------------------------------------------------------------------------
/** operations are carried out on rows.
*/
@@ -44,7 +40,6 @@ published enum TableOrientation
};
-//=============================================================================
}; }; }; };