summaryrefslogtreecommitdiff
path: root/include/vcl/keycodes.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 21:54:21 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:23:50 +0000
commit1984bb05de38a6f4b23b422f1d4156670d493ba1 (patch)
tree871d9b929e24a275d8f0d908c975c9362389b744 /include/vcl/keycodes.hxx
parentc5685ec791fbce43e982ffecc9e062063ec7e3d7 (diff)
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: I038c941559a275c43c2be7d5453ca4c37390f343 Reviewed-on: https://gerrit.libreoffice.org/7733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/keycodes.hxx')
-rw-r--r--include/vcl/keycodes.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/keycodes.hxx b/include/vcl/keycodes.hxx
index b6a1b4ad44d4..964456115248 100644
--- a/include/vcl/keycodes.hxx
+++ b/include/vcl/keycodes.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_VCL_KEYCODES_HXX
#define INCLUDED_VCL_KEYCODES_HXX
-#include <tools/solar.h>
#include <rsc/rsc-vcl-shared-types.hxx>
#undef DELETE
#include <com/sun/star/awt/Key.hpp>
@@ -165,18 +164,10 @@
#define MODKEY_MOD2 (MODKEY_LMOD2|MODKEY_RMOD2)
#define MODKEY_MOD3 (MODKEY_LMOD3|MODKEY_RMOD3)
-// ---------------
-// - Mouse-Types -
-// ---------------
-
#define MOUSE_LEFT ((sal_uInt16)0x0001)
#define MOUSE_MIDDLE ((sal_uInt16)0x0002)
#define MOUSE_RIGHT ((sal_uInt16)0x0004)
-// -------------------
-// - Indicator-Types -
-// -------------------
-
#define INDICATOR_CAPSLOCK 0x0001
#define INDICATOR_NUMLOCK 0x0002
#define INDICATOR_SCROLLLOCK 0x0004