summaryrefslogtreecommitdiffstats
path: root/basctl/source/inc/dlgedfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/dlgedfunc.hxx')
-rw-r--r--basctl/source/inc/dlgedfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/dlgedfunc.hxx b/basctl/source/inc/dlgedfunc.hxx
index 8775f31db110..d6982debb4b4 100644
--- a/basctl/source/inc/dlgedfunc.hxx
+++ b/basctl/source/inc/dlgedfunc.hxx
@@ -45,7 +45,7 @@ public:
virtual bool MouseButtonDown( const MouseEvent& rMEvt );
virtual bool MouseButtonUp( const MouseEvent& rMEvt );
virtual bool MouseMove( const MouseEvent& rMEvt );
- virtual bool KeyInput( const KeyEvent& rKEvt );
+ bool KeyInput( const KeyEvent& rKEvt );
};