diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-10-26 06:57:11 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-10-26 06:57:11 +0000 |
commit | 9c1febffca1ed14ba8453236ebb27d57582ae709 (patch) | |
tree | 16d4dff497f0100928fd0e71bddd10cea092563f /dbaccess/source/ui/inc/JoinTableView.hxx | |
parent | f319833c28cb9b45d71d3263aaa6eab520149954 (diff) |
# 93712# statement creation corrected
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 19d515918670..00ece08dad6d 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinTableView.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: oj $ $Date: 2001-10-22 08:09:11 $ + * last change: $Author: oj $ $Date: 2001-10-26 07:57:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,7 @@ namespace dbaui // window override virtual void StateChanged( StateChangedType nStateChange ); virtual void GetFocus(); + virtual void KeyInput( const KeyEvent& rEvt ); // own methods ScrollBar* GetHScrollBar() { return static_cast<OScrollWindowHelper*>(GetParent())->GetHScrollBar(); } @@ -246,7 +247,6 @@ namespace dbaui virtual void Tracking( const TrackingEvent& rTEvt ); virtual void Paint( const Rectangle& rRect ); virtual void ConnDoubleClicked( OTableConnection* pConnection ); - virtual void KeyInput( const KeyEvent& rEvt ); virtual void SetDefaultTabWinPosSize( OTableWindow* pTabWin ); virtual void DataChanged( const DataChangedEvent& rDCEvt ); |