diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-23 22:22:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-23 22:33:30 +0300 |
commit | 30ae83c268125383866d47a7ee3e4a5dfcf59f71 (patch) | |
tree | ab52f8ecd7ed9517d70e13b22843b7948f20c9e9 /include/vcl/svapp.hxx | |
parent | 02f6c270e79879188b2be670c6db4feb56bb064e (diff) |
fdo#82577: Handle KeyCode
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 8b3ef420b17f..f4b7abc97d2c 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -36,6 +36,7 @@ #include <tools/solar.h> #include <vcl/dllapi.h> #include <vcl/apptypes.hxx> +#include <vcl/keycod.hxx> #include <vcl/vclevent.hxx> #include <vcl/metric.hxx> #include <unotools/localedatawrapper.hxx> @@ -52,7 +53,6 @@ class WorkWindow; class MenuBar; class UnoWrapperBase; class Reflection; -class KeyCode; class NotifyEvent; class KeyEvent; class MouseEvent; @@ -1202,7 +1202,7 @@ public: @see GetReservedKeyCodeCount */ - static const KeyCode* GetReservedKeyCode( sal_uLong i ); + static const vcl::KeyCode* GetReservedKeyCode( sal_uLong i ); ///@} |