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 /include/svl/poolitem.hxx | |
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 'include/svl/poolitem.hxx')
-rw-r--r-- | include/svl/poolitem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 986c6e0cf0f2..2a13b9890017 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -73,10 +73,7 @@ enum SfxMapUnit SFX_MAPUNIT_POINT, SFX_MAPUNIT_TWIP, SFX_MAPUNIT_PIXEL, - SFX_MAPUNIT_SYSFONT, - SFX_MAPUNIT_APPFONT, SFX_MAPUNIT_RELATIVE, - SFX_MAPUNIT_ABSOLUTE }; /* |