From 04ff698720c692e974a239e97decc145432492e9 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 14 Nov 2018 15:45:51 +0100 Subject: sw: GSE_INP is dead since CVS import, remove it Change-Id: Ib0713df614e63c20965979e7e34f7481fe8ed838 --- sw/inc/fldbas.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx index 65f06bac106a..52ca812c1c0b 100644 --- a/sw/inc/fldbas.hxx +++ b/sw/inc/fldbas.hxx @@ -131,7 +131,7 @@ enum SwFieldTypesEnum { TYP_PARAGRAPHSIGFLD, TYP_END }; -enum SwAttrFieldTYpe { +enum SwAttrFieldType { ATTR_NONE, ATTR_DATEFLD, ATTR_TIMEFLD, @@ -192,7 +192,6 @@ namespace nsSwGetSetExpType { const SwGetSetExpType GSE_STRING = 0x0001; ///< String const SwGetSetExpType GSE_EXPR = 0x0002; ///< Expression -const SwGetSetExpType GSE_INP = 0x0004; ///< InputField const SwGetSetExpType GSE_SEQ = 0x0008; ///< Sequence const SwGetSetExpType GSE_FORMULA = 0x0010; ///< Formula } -- cgit v1.2.3