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-14 18:42:15 +0100 |
commit | 04ff698720c692e974a239e97decc145432492e9 (patch) | |
tree | c05560ed135827d1a72f060560e51e86a506506b | |
parent | d7d6cac0b18f39786aec61b935d077622590e3d2 (diff) |
sw: GSE_INP is dead since CVS import, remove itprivate/mst/sw_redlinehide_3
Change-Id: Ib0713df614e63c20965979e7e34f7481fe8ed838
-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 } |