diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-03 08:46:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-03 08:59:39 +0000 |
commit | f4826959c1a5b0e6d2849d4240668b2087582848 (patch) | |
tree | 32589cbf4cbdcd20ff09417f4906f10fc7a4525f /sw/inc/docufld.hxx | |
parent | 83721f4365d234b62f9e3517345c8d3fda19f2c6 (diff) |
new loplugin:unusedenumconstants
These are the simple removals, where it is obviously safe,
the more complex ones will come in separate commits
Change-Id: I7211945a6a5576354b60d9c709940ce9b674f308
Reviewed-on: https://gerrit.libreoffice.org/33828
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 65130c21972c..a8855bb570ed 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -39,7 +39,6 @@ enum SwAuthorFormat AF_BEGIN, AF_NAME = AF_BEGIN, AF_SHORTCUT, - AF_END, AF_FIXED = 0x8000 }; @@ -54,7 +53,6 @@ enum SwDocStatSubType DS_TBL, DS_GRF, DS_OLE, - DS_END }; typedef sal_uInt16 SwDocInfoSubType; |