diff options
author | Andras Timar <atimar@suse.com> | 2012-11-11 18:24:14 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-11 18:24:14 +0100 |
commit | 06ec1c089519ef3249464aa09eadf03a8db93a39 (patch) | |
tree | 85b2eb6d8ba6ca95e18e1ff82151224cb14106f6 /dbaccess/source/ui/browser/dbtreeview.hxx | |
parent | 8e0d67bed54633d555a4601a5d79e2d5ba7ab2bb (diff) | |
parent | 3f899eae02eaad0b967de749fe09b869ba93ad6d (diff) |
Merge branch 'master' into feature/killsdf
Conflicts:
Repository.mk
RepositoryFixes.mk
connectivity/prj/build.lst
extensions/prj/build.lst
filter/prj/build.lst
fpicker/prj/build.lst
l10ntools/StaticLibrary_transex.mk
saxon/build.xml
shell/prj/build.lst
solenv/gbuild/AllLangResTarget.mk
solenv/gbuild/Configuration.mk
solenv/gbuild/UI.mk
ucb/source/ucp/webdav/webdavcontent.cxx
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r-- | dbaccess/source/ui/browser/dbtreeview.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx index dd6af234a43a..c54cf39ae8da 100644 --- a/dbaccess/source/ui/browser/dbtreeview.hxx +++ b/dbaccess/source/ui/browser/dbtreeview.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -class SvLBoxTreeList; +class SvTreeList; namespace dbaui { class DBTreeListBox; @@ -47,7 +47,7 @@ namespace dbaui ~DBTreeView(); /** sets a handler which is called when an list box entry is to be expanded. - <p>When calling the link, the parameter is an SvLBoxEntry marking the entry to be expanded. + <p>When calling the link, the parameter is an SvTreeListEntry marking the entry to be expanded. </p> */ void SetPreExpandHandler(const Link& _rHdl); @@ -56,7 +56,7 @@ namespace dbaui void setCopyHandler(const Link& _rHdl); - void setModel(SvLBoxTreeList* _pTreeModel); + void setModel(SvTreeList* _pTreeModel); void setSelChangeHdl(const Link& _rHdl); DBTreeListBox& getListBox() const { return *m_pTreeListBox; } |