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/docufld.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/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index f14b3b7b00b6..7f4090b319fd 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -84,14 +84,6 @@ namespace nsSwDocInfoSubType const SwDocInfoSubType DI_SUB_MASK = 0xff00; } -enum RegInfoFormat ///< Only for loading of old documents!!! -{ - RF_AUTHOR, - RF_TIME, - RF_DATE, - RF_ALL -}; - enum SwPageNumSubType { PG_RANDOM, |