diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:02:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:58:39 +0000 |
commit | d30a4298bdb5ba53cd1fe659f2b742f218a2e527 (patch) | |
tree | 504f4f5e1d498276779105b711e4c30744dea1c2 /sw/source/uibase/config | |
parent | 500a3be0ea9184fc2823d704acf4037f70c6721e (diff) |
loplugin:unusedenumconstants in package..svtools
Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172
Reviewed-on: https://gerrit.libreoffice.org/28052
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/config')
-rw-r--r-- | sw/source/uibase/config/modcfg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/config/modcfg.cxx b/sw/source/uibase/config/modcfg.cxx index 4f4d37a4e8be..d3971bc82a5c 100644 --- a/sw/source/uibase/config/modcfg.cxx +++ b/sw/source/uibase/config/modcfg.cxx @@ -22,7 +22,6 @@ #include <o3tl/any.hxx> #include <tools/stream.hxx> #include <vcl/svapp.hxx> -#include <svl/mailenum.hxx> #include <svx/svxids.hrc> #include <editeng/svxenum.hxx> #include <osl/diagnose.h> |