summaryrefslogtreecommitdiff
path: root/svx/source/form/tabwin.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-29 09:23:55 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-29 09:23:55 +0000
commitdca17409f3c9732cab942fcb6730f3cafe1674be (patch)
tree1e55df1782c1e411740898fdb67e751127f37336 /svx/source/form/tabwin.cxx
parente4aabf11d7bdd60b32a10808e4e8e964b55da139 (diff)
#65293# removed the DragSourceHelper base class - now already a part of the SvTreeListBox
Diffstat (limited to 'svx/source/form/tabwin.cxx')
-rw-r--r--svx/source/form/tabwin.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index 545e47735d..b36e64647f 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabwin.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-03-26 15:04:35 $
+ * last change: $Author: fs $ $Date: 2001-03-29 10:23:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,7 +191,6 @@ DBG_NAME(FmFieldWinListBox);
//------------------------------------------------------------------------------
FmFieldWinListBox::FmFieldWinListBox( FmFieldWin* pParent )
:SvTreeListBox( pParent, WB_HASBUTTONS|WB_BORDER )
- ,DragSourceHelper(this)
,pTabWin( pParent )
{
DBG_CTOR(FmFieldWinListBox,NULL);