summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-05 14:29:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-05 14:30:52 +0100
commit6b789a8d3b8d9b3a8bc35fa38bb6460d1b1e6622 (patch)
treef4ca4931d36dad1cba0dd44323e9f32fa67c48a5
parent7531ba8815517fc347e71b3b098cf9034d213016 (diff)
and some more
-rw-r--r--svtools/inc/svtools/svlbox.hxx1
-rw-r--r--svtools/inc/svtools/treelist.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx
index e0510a32bb..414ff7786b 100644
--- a/svtools/inc/svtools/svlbox.hxx
+++ b/svtools/inc/svtools/svlbox.hxx
@@ -324,7 +324,6 @@ protected:
virtual sal_uLong Insert( SvLBoxEntry* pEnt,SvLBoxEntry* pPar,sal_uLong nPos=LIST_APPEND);
virtual sal_uLong Insert( SvLBoxEntry* pEntry,sal_uLong nRootPos = LIST_APPEND );
- void InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, pTarget ); }
// Inplace-Editing
SvInplaceEdit2* pEdCtrl;
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index 252c6889e5..bddb3627a6 100644
--- a/svtools/inc/svtools/treelist.hxx
+++ b/svtools/inc/svtools/treelist.hxx
@@ -354,7 +354,6 @@ public:
sal_uLong Insert( SvListEntry* pEntry,sal_uLong nRootPos = ULONG_MAX )
{ return Insert(pEntry, pRootItem, nRootPos ); }
- void InsertTree( SvListEntry* pTree, SvListEntry* pTarget );
void InsertTree( SvListEntry* pTree, SvListEntry* pTargetParent, sal_uLong nListPos );
// Entries muessen im gleichen Model stehen!