From be9f45ad69a510185971957e7643fd64b873e98d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Apr 2020 13:42:35 +0200 Subject: loplugin:unusedenumconstants Change-Id: If2473097c1c8e66e09238061da9d186d4c8e3d9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92871 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/control/valueset.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools/source') 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 }; } -- cgit