Kaydet (Commit) fa52e209 authored tarafından Noel Grandin's avatar Noel Grandin

remove dead MOUSE_ definitions

the active definitions are in event.hxx

Change-Id: I2025a64623b036a897277d1fa0ccee4235600a88
üst 079590c9
......@@ -166,10 +166,6 @@
#define MODKEY_MOD2 (MODKEY_LMOD2|MODKEY_RMOD2)
#define MODKEY_MOD3 (MODKEY_LMOD3|MODKEY_RMOD3)
#define MOUSE_LEFT ((sal_uInt16)0x0001)
#define MOUSE_MIDDLE ((sal_uInt16)0x0002)
#define MOUSE_RIGHT ((sal_uInt16)0x0004)
enum class KeyIndicatorState {
NONE = 0x0000,
CAPSLOCK = 0x0001,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment