summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/FocusManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/FocusManager.hxx')
-rw-r--r--sfx2/source/sidebar/FocusManager.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/FocusManager.hxx b/sfx2/source/sidebar/FocusManager.hxx
index 23f2f5280043..d0d9c2c2a5b2 100644
--- a/sfx2/source/sidebar/FocusManager.hxx
+++ b/sfx2/source/sidebar/FocusManager.hxx
@@ -21,12 +21,11 @@
#include "Panel.hxx"
#include <tools/link.hxx>
+#include <vcl/keycod.hxx>
class Button;
-class KeyCode;
class VclSimpleEvent;
-
namespace sfx2 { namespace sidebar {
class DeckTitleBar;
@@ -141,7 +140,7 @@ private:
const sal_Int32 nDirection);
void HandleKeyEvent (
- const KeyCode& rKeyCode,
+ const vcl::KeyCode& rKeyCode,
const Window& rWindow);
FocusLocation GetFocusLocation (const Window& rWindow) const;