summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/event.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/event.hxx')
-rw-r--r--vcl/inc/vcl/event.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/vcl/event.hxx b/vcl/inc/vcl/event.hxx
index 2fe32e7c9d55..f912a39a6d41 100644
--- a/vcl/inc/vcl/event.hxx
+++ b/vcl/inc/vcl/event.hxx
@@ -66,12 +66,6 @@ public:
KeyEvent( xub_Unicode nChar, const KeyCode& rKeyCode,
sal_uInt16 nRepeat = 0 );
- /** inits this vcl KeyEvent with all settings from the given awt event **/
- KeyEvent( const ::com::sun::star::awt::KeyEvent& rEvent );
-
- /** fills out the given awt KeyEvent with all settings from this vcl event **/
- void InitKeyEvent( ::com::sun::star::awt::KeyEvent& rEvent ) const;
-
xub_Unicode GetCharCode() const { return mnCharCode; }
const KeyCode& GetKeyCode() const { return maKeyCode; }
sal_uInt16 GetRepeat() const { return mnRepeat; }