diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-12 12:08:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-17 06:43:45 +0000 |
commit | 95be297746fda812f5a64e5fd53c753dfd9b249c (patch) | |
tree | 4765cbcc1c825480d58d236f2011b895e06101d5 /sw/inc/flddat.hxx | |
parent | e0a3269183bf145511361a3968dca07824923dd4 (diff) |
loplugin:unusedenumvalues in sw
Change-Id: Ia5faa65cd7824183cead2634edab96b5d23a6c02
Reviewed-on: https://gerrit.libreoffice.org/28072
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/flddat.hxx')
-rw-r--r-- | sw/inc/flddat.hxx | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx index 8eb39ca43292..e4f7643a2d56 100644 --- a/sw/inc/flddat.hxx +++ b/sw/inc/flddat.hxx @@ -26,54 +26,6 @@ class DateTime; class Date; namespace tools { class Time; } -enum SwDateFormat -{ - DF_BEGIN, - // new formats - DFF_SSYS = DF_BEGIN, - DFF_LSYS , - DFF_DMY , - DFF_DMYY , - DFF_DMMY , - DFF_DMMYY, - DFF_DMMMY , - DFF_DMMMYY, - DFF_DDMMY , - DFF_DDMMMY , - DFF_DDMMMYY , - DFF_DDDMMMY , - DFF_DDDMMMYY , - DFF_MY , - DFF_MD , - DFF_YMD , - DFF_YYMD , - DF_END , - // Compatibility - DF_SSYS = DFF_SSYS, - DF_LSYS = DFF_LSYS, - DF_SHORT = DFF_DMY, - DF_SCENT = DFF_DMYY, - DF_LMON = DFF_DMMYY, - DF_LMONTH = DFF_DMMMYY, - DF_LDAYMON = DFF_DDMMMYY, - DF_LDAYMONTH= DFF_DDDMMMYY -}; - -enum SwTimeFormat -{ - TF_BEGIN, - TF_SYSTEM=TF_BEGIN, - TF_SSMM_24, - TF_SSMM_12, - TF_END -}; - -enum SwTimeSubFormat -{ - TIME_FIX, - TIME_VAR -}; - enum SwDateSubFormat { DATE_FIX, |