summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-14 09:33:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-14 10:27:04 +0100
commit32f34f0d1be9ea2c80772ba386b1df3a5a42d86d (patch)
tree47f373fec0a07b192d3e8adb2f41fed967c873bc /include
parent185bb1b6bb792d9d18b4934eacdda48cb551e355 (diff)
remove the remaining unused mouse cursors
which are not used by us directly or aliases of published awt constants Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ptrstyle.hxx44
1 files changed, 20 insertions, 24 deletions
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,
};