summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FillMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FillMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/FillMode.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/FillMode.idl b/offapi/com/sun/star/sheet/FillMode.idl
index c2bbc95eb886..a945aa874d66 100644
--- a/offapi/com/sun/star/sheet/FillMode.idl
+++ b/offapi/com/sun/star/sheet/FillMode.idl
@@ -20,17 +20,14 @@
#ifndef __com_sun_star_sheet_FillMode_idl__
#define __com_sun_star_sheet_FillMode_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify the series type used to fill cells.
*/
published enum FillMode
{
- //-------------------------------------------------------------------------
/** specifies a constant series.
@@ -38,7 +35,6 @@ published enum FillMode
*/
SIMPLE,
- //-------------------------------------------------------------------------
/** specifies an arithmetic series.
@@ -47,7 +43,6 @@ published enum FillMode
*/
LINEAR,
- //-------------------------------------------------------------------------
/** specifies a geometric series.
@@ -56,7 +51,6 @@ published enum FillMode
*/
GROWTH,
- //-------------------------------------------------------------------------
/** specifies an arithmetic series for date values.
@@ -67,7 +61,6 @@ published enum FillMode
*/
DATE,
- //-------------------------------------------------------------------------
/** specifies the use of a user-defined list.
@@ -77,7 +70,6 @@ published enum FillMode
};
-//=============================================================================
}; }; }; };