summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 19:43:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:43 +0200
commit1ac3018454a8439a2173929ed37c10cb361097fd (patch)
tree39c08d251b3bef525fb30a5c4550f4d3245dd891 /sd
parent-Werror,-Wunused-const-variable (diff)
downloadcore-1ac3018454a8439a2173929ed37c10cb361097fd.tar.gz
core-1ac3018454a8439a2173929ed37c10cb361097fd.zip
-Werror,-Wunused-const-variable
Change-Id: I5939bcc0fbb12919ff7e4521cd6a71be57635434
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index c1b1e1a824a5..61617e2ac0fc 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -75,19 +75,15 @@ static const sal_uInt32 MOUSE_DRAG (0x00000800);
// key codes.
static const sal_uInt32 OVER_SELECTED_PAGE (0x00010000);
static const sal_uInt32 OVER_UNSELECTED_PAGE (0x00020000);
-static const sal_uInt32 OVER_FADE_INDICATOR (0x00040000);
static const sal_uInt32 SHIFT_MODIFIER (0x00200000);
static const sal_uInt32 CONTROL_MODIFIER (0x00400000);
-static const sal_uInt32 KEY_EVENT (0x10000000);
-
// Some absent events are defined so they can be expressed explicitly.
static const sal_uInt32 NO_MODIFIER (0x00000000);
static const sal_uInt32 NOT_OVER_PAGE (0x00000000);
// Masks
static const sal_uInt32 MODIFIER_MASK (SHIFT_MODIFIER | CONTROL_MODIFIER);
-static const sal_uInt32 BUTTON_MASK (LEFT_BUTTON | RIGHT_BUTTON | MIDDLE_BUTTON);
} // end of anonymous namespace