diff options
Diffstat (limited to 'include/svtools/acceleratorexecute.hxx')
-rw-r--r-- | include/svtools/acceleratorexecute.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index e65547ede3e1..20b8a22633f8 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -185,7 +185,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit Attention: This state does not mean the success state of the corresponding execute. Because its done asynchronous! */ - bool execute(const KeyCode& aKey); + bool execute(const vcl::KeyCode& aKey); bool execute(const css::awt::KeyEvent& aKey); /** search the command for the given key event. @@ -196,8 +196,8 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit OUString findCommand(const ::com::sun::star::awt::KeyEvent& aKey); /** TODO document me */ - static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey); - static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey); + static css::awt::KeyEvent st_VCLKey2AWTKey(const vcl::KeyCode& aKey); + static vcl::KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey); /** TODO document me */ |