summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-24 13:42:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-25 08:29:23 +0200
commitbe9f45ad69a510185971957e7643fd64b873e98d (patch)
tree5b7bf5962be52193f64d20ece92b2f433d2ee797 /svtools
parent834770170248695a4994f879fe627f6d044b2db8 (diff)
loplugin:unusedenumconstants
Change-Id: If2473097c1c8e66e09238061da9d186d4c8e3d9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92871 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/valueset.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index ffaa03cf14e5..9f505ffea1da 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -59,8 +59,7 @@ enum
NAME_LINE_OFF_Y = 2,
NAME_LINE_HEIGHT = 2,
NAME_OFFSET = 2,
- SCRBAR_OFFSET = 1,
- SCROLL_OFFSET = 4
+ SCRBAR_OFFSET = 1
};
}