summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:35 +0000
commit65e4cd871e2c0e3adac497a9af450f47389b20ee (patch)
treea646fa5da2d3ac60af6d4127d0da30ee4f815a51 /dbaccess
parentINTEGRATION: CWS warnings01 (1.13.48); FILE MERGED (diff)
downloadcore-65e4cd871e2c0e3adac497a9af450f47389b20ee.tar.gz
core-65e4cd871e2c0e3adac497a9af450f47389b20ee.zip
INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED
2006/03/24 15:36:17 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableWindowListBox.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/TableWindowListBox.hxx b/dbaccess/source/ui/inc/TableWindowListBox.hxx
index 3a0f554d5593..839672bcbb61 100644
--- a/dbaccess/source/ui/inc/TableWindowListBox.hxx
+++ b/dbaccess/source/ui/inc/TableWindowListBox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableWindowListBox.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:38:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:14:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,7 +68,7 @@ namespace dbaui
:public SvTreeListBox
,public IDragTransferableListener
{
- DECL_LINK( DoubleClickHdl, SvTreeListBox* );
+ DECL_LINK( OnDoubleClick, SvTreeListBox* );
DECL_LINK( ScrollUpHdl, SvTreeListBox* );
DECL_LINK( ScrollDownHdl, SvTreeListBox* );
DECL_LINK( DropHdl, void* );
@@ -96,7 +96,7 @@ namespace dbaui
public:
- OTableWindowListBox(OTableWindow* pParent, const String& rDatabaseName, const String& rTableName);
+ OTableWindowListBox(OTableWindow* pParent);
virtual ~OTableWindowListBox();
// DnD stuff
@@ -110,7 +110,8 @@ namespace dbaui
OTableWindow* GetTabWin(){ return m_pTabWin; }
SvLBoxEntry* GetEntryFromText( const String& rEntryText );
-
+ private:
+ using SvTreeListBox::ExecuteDrop;
};
}
#endif // DBAUI_TABLEWINDOWLISTBOX_HXX