summaryrefslogtreecommitdiff
path: root/include/svx/svdsnpv.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:02:19 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-12 06:58:39 +0000
commitd30a4298bdb5ba53cd1fe659f2b742f218a2e527 (patch)
tree504f4f5e1d498276779105b711e4c30744dea1c2 /include/svx/svdsnpv.hxx
parent500a3be0ea9184fc2823d704acf4037f70c6721e (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/svx/svdsnpv.hxx')
-rw-r--r--include/svx/svdsnpv.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx
index 206b3fc6e634..aa5c5fd6ad89 100644
--- a/include/svx/svdsnpv.hxx
+++ b/include/svx/svdsnpv.hxx
@@ -72,8 +72,7 @@ enum class SdrSnap
{
NOTSNAPPED = 0x00,
XSNAPPED = 0x01,
- YSNAPPED = 0x02,
- XYSNAPPED = XSNAPPED | YSNAPPED,
+ YSNAPPED = 0x02
};
namespace o3tl
{