diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-14 15:45:51 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-15 15:10:08 +0100 |
commit | 418206ee076c44f0447e9ea63fbac14a5f3d4c9d (patch) | |
tree | 8e0c089fb759dae7608600568983dbe512ad5d45 /sw | |
parent | 176b91fc730db7d21cd894864baf8848b1a6aa12 (diff) |
sw: GSE_INP is dead since CVS import, remove it
Change-Id: Ib0713df614e63c20965979e7e34f7481fe8ed838
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fldbas.hxx | 3 |
1 files changed, 1 insertions, 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 } |