From 32f34f0d1be9ea2c80772ba386b1df3a5a42d86d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 14 Apr 2017 09:33:21 +0100 Subject: remove the remaining unused mouse cursors which are not used by us directly or aliases of published awt constants Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b --- include/vcl/ptrstyle.hxx | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) (limited to 'include/vcl') diff --git a/include/vcl/ptrstyle.hxx b/include/vcl/ptrstyle.hxx index be95dfa81792..e2ae0238e301 100644 --- a/include/vcl/ptrstyle.hxx +++ b/include/vcl/ptrstyle.hxx @@ -96,30 +96,26 @@ enum class PointerStyle PivotField = css::awt::SystemPointer::PIVOT_FIELD, Chain = css::awt::SystemPointer::CHAIN, ChainNotAllowed = css::awt::SystemPointer::CHAIN_NOTALLOWED, - TimeEventMove = 72, - TimeEventSize = 73, - AutoScrollN = 74, - AutoScrollS = 75, - AutoScrollW = 76, - AutoScrollE = 77, - AutoScrollNW = 78, - AutoScrollNE = 79, - AutoScrollSW = 80, - AutoScrollSE = 81, - AutoScrollNS = 82, - AutoScrollWE = 83, - AutoScrollNSWE = 84, - Airbrush = 85, - TextVertical = 86, - PivotDelete = 87, - TabSelectS = 88, - TabSelectE = 89, - TabSelectSE = 90, - TabSelectW = 91, - TabSelectSW = 92, - Paintbrush = 93, - HideWhitespace = 94, - ShowWhitespace = 95, + AutoScrollN, + AutoScrollS, + AutoScrollW, + AutoScrollE, + AutoScrollNW, + AutoScrollNE, + AutoScrollSW, + AutoScrollSE, + AutoScrollNS, + AutoScrollWE, + AutoScrollNSWE, + TextVertical, + PivotDelete, + TabSelectS, + TabSelectE, + TabSelectSE, + TabSelectW, + TabSelectSW, + HideWhitespace, + ShowWhitespace, LAST = ShowWhitespace, }; -- cgit