summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:41:30 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:41:30 +0000
commiteeac56419e93ec4c88fe863db29e8fc775ea83f4 (patch)
tree8f368f36655c9ca15a9549e0d317bbcd02f60092
parentINTEGRATION: CWS dba30d (1.22.30); FILE MERGED (diff)
downloadcore-eeac56419e93ec4c88fe863db29e8fc775ea83f4.tar.gz
core-eeac56419e93ec4c88fe863db29e8fc775ea83f4.zip
INTEGRATION: CWS dba30d (1.13.30); FILE MERGED
2008/06/01 20:57:07 fs 1.13.30.1: minor re-factoring during #i80943#
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index fa5fa81a2b9b..5a53f6ffab71 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbtreeview.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -40,10 +40,10 @@
#endif
class SvTreeListBox;
+class SvLBoxTreeList;
namespace dbaui
{
class DBTreeListBox;
- class DBTreeListModel;
// ------------------
// - DBTreeView -
// ------------------
@@ -72,10 +72,10 @@ namespace dbaui
void setCopyHandler(const Link& _rHdl);
- void setModel(DBTreeListModel* _pTreeModel);
+ void setModel(SvLBoxTreeList* _pTreeModel);
void setSelectHdl(const Link& _rHdl);
- DBTreeListBox* getListBox() const;
+ DBTreeListBox& getListBox() const { return *m_pTreeListBox; }
virtual void GetFocus();
};