summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/AddressConvention.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/AddressConvention.idl')
-rw-r--r--offapi/com/sun/star/sheet/AddressConvention.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/AddressConvention.idl b/offapi/com/sun/star/sheet/AddressConvention.idl
index dffcf403dccd..b60514fa6fa5 100644
--- a/offapi/com/sun/star/sheet/AddressConvention.idl
+++ b/offapi/com/sun/star/sheet/AddressConvention.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_AddressConvention_idl__
#define __com_sun_star_sheet_AddressConvention_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** These constants specify which address convention to use in the formula
parser. Each variation specifies a different cell and cell range address
@@ -53,7 +51,6 @@ constants AddressConvention
const short LOTUS_A1 = 4;
};
-//=============================================================================
}; }; }; };