summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-08 20:23:41 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-08 20:23:41 +0000
commit4181d2f640468326c19a72c0977ed5949fc48c0e (patch)
tree65f4e8663e83f7c5f578a886e0e8c44176d3acf9 /dbaccess/source/ui/browser/dbtreeview.hxx
parentcontrol rearrangement (diff)
downloadcore-4181d2f640468326c19a72c0977ed5949fc48c0e.tar.gz
core-4181d2f640468326c19a72c0977ed5949fc48c0e.zip
give a service factory to the tree list box
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index 53057dec712f..24c963f696eb 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreeview.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 10:45:28 $
+ * last change: $Author: fs $ $Date: 2000-12-08 21:23:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <vcl/window.hxx>
#endif
+#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#endif
+
class SvTreeListBox;
namespace dbaui
{
@@ -84,7 +88,9 @@ namespace dbaui
virtual void Resize();
public:
- DBTreeView( Window* pParent, WinBits nBits );
+ DBTreeView( Window* pParent,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
+ WinBits nBits );
~DBTreeView();
/** sets a handler which is called when an list box entry is to be expanded.