diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-07-09 05:56:49 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-07-09 05:56:49 +0000 |
commit | 507e109c5518fd5a09267630f1e2cade047984de (patch) | |
tree | 8e0b6ebfa12a67d5b7e7318d20a8259d7b37ef61 /dbaccess/source/ui/inc/JoinTableView.hxx | |
parent | 84d3294c846836a9ad7fe0647d7687aa4a1add80 (diff) |
#88144# d&d for creating relations corrected
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index dafd30915a8c..dd72a1ef88c7 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-07-06 09:55:43 $ + * last change: $Author: oj $ $Date: 2001-07-09 06:56:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -228,6 +228,12 @@ namespace dbaui virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); + /** + can be used in derevied classes to make some special ui handling + after d&d + */ + virtual void lookForUiActivities(); + protected: virtual void MouseButtonUp( const MouseEvent& rEvt ); virtual void MouseButtonDown( const MouseEvent& rEvt ); @@ -259,7 +265,6 @@ namespace dbaui virtual OTableWindowData* CreateImpl(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& _rWinName); - private: void InitColors(); BOOL ScrollWhileDragging(); |