summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 12:43:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 14:51:48 +0200
commitdc119d12f03391c4c83a1819d09d5c046623cad5 (patch)
treec62ba6e8bd79c131f0fbab5eb155fad9062bfeef /svtools
parent3fe6a2c11df30f5df843c137403c48153b577859 (diff)
loplugin:unusedenumconstants
Change-Id: I6dde54ddc2a2be4a9bbe11cdb52550de7f6a1023 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97836 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/valueset.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 24ec4eaf7d53..86621636ea64 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -58,7 +58,6 @@ enum
NAME_LINE_OFF_Y = 2,
NAME_LINE_HEIGHT = 2,
NAME_OFFSET = 2,
- SCRBAR_OFFSET = 1
};
}