summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/treelist.hxx1
-rw-r--r--svtools/source/contnr/treelist.cxx10
2 files changed, 0 insertions, 11 deletions
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index 1e0c2669a819..9db33bbe887a 100644
--- a/svtools/inc/svtools/treelist.hxx
+++ b/svtools/inc/svtools/treelist.hxx
@@ -444,7 +444,6 @@ protected:
public:
SvListView(); // !!! setzt das Model auf 0
- SvListView( SvTreeList* pModel );
virtual ~SvListView();
void Clear();
SvTreeList* GetModel() const { return pModel; }
diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx
index 51a0d1e222c3..7ea23f39bcac 100644
--- a/svtools/source/contnr/treelist.cxx
+++ b/svtools/source/contnr/treelist.cxx
@@ -1423,16 +1423,6 @@ SvListEntry* SvTreeList::GetRootLevelParent( SvListEntry* pEntry ) const
DBG_NAME(SvListView);
-SvListView::SvListView( SvTreeList* pModell )
-{
- DBG_CTOR(SvListView,0);
- pModel = 0;
- nSelectionCount = 0;
- nVisibleCount = 0;
- bVisPositionsValid = sal_False;
- SetModel( pModell );
-}
-
SvListView::SvListView()
{
DBG_CTOR(SvListView,0);