summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dbtree.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-08-15 07:20:44 +0000
committerOliver Specht <os@openoffice.org>2001-08-15 07:20:44 +0000
commitfca027b0bd76a76b50f4d6d667d2d479417a74a6 (patch)
tree0641ab0813ab8188fa8f719245343af526693386 /sw/source/ui/inc/dbtree.hxx
parent894ff1ac969a5f2b4c5ecf63176881e27c350fb3 (diff)
#89762# connections now pooled at the SwNewDBMgr
Diffstat (limited to 'sw/source/ui/inc/dbtree.hxx')
-rw-r--r--sw/source/ui/inc/dbtree.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx
index 9d75640b4361..c1c13730377c 100644
--- a/sw/source/ui/inc/dbtree.hxx
+++ b/sw/source/ui/inc/dbtree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtree.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-07-17 12:34:53 $
+ * last change: $Author: os $ $Date: 2001-08-15 08:20:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@ namespace com{namespace sun{namespace star{namespace container{
#include <swunodef.hxx>
#endif
class SwDBTreeList_Impl;
+class SwWrtShell;
class SwDBTreeList : public SvTreeListBox
{
Bitmap aRootOpened;
@@ -103,7 +104,8 @@ class SwDBTreeList : public SvTreeListBox
public:
SwDBTreeList( Window* pParent, const ResId& rResId,
- const String& rDefDBName = aEmptyStr,
+ SwWrtShell& rSh,
+ const String& rDefDBName = aEmptyStr,
const BOOL bShowCol = FALSE );
virtual ~SwDBTreeList();