summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorEnrico Weigelt, metux ITS <metuxitservice@googlemail.com>2012-11-15 13:33:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-11-21 14:09:57 +0000
commit42925ee1fd33bcbcf8359404d4abf687acc79315 (patch)
treec0d2936a6527cd5f2d593c8e814aa6aeda7bc44b /svtools
parent4a51910761b1f528cc21a4d0cc7035108d46aa63 (diff)
dropped dead code from svg
Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a Reviewed-on: https://gerrit.libreoffice.org/1078 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/treelist.hxx1
-rw-r--r--svtools/source/contnr/treelist.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index 96c78bb6b38b..9886207e817a 100644
--- a/svtools/inc/svtools/treelist.hxx
+++ b/svtools/inc/svtools/treelist.hxx
@@ -324,7 +324,6 @@ public:
SvListView(); // Sets the Model to 0
virtual ~SvListView();
void Clear();
- SvTreeList* GetModel() const;
virtual void SetModel( SvTreeList* );
virtual void ModelNotification(
sal_uInt16 nActionId,
diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx
index d86928c27809..b18f1c05f984 100644
--- a/svtools/source/contnr/treelist.cxx
+++ b/svtools/source/contnr/treelist.cxx
@@ -1264,11 +1264,6 @@ void SvListView::Clear()
}
}
-SvTreeList* SvListView::GetModel() const
-{
- return pModel;
-}
-
void SvListView::SetModel( SvTreeList* pNewModel )
{
DBG_CHKTHIS(SvListView,0);