diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 14:29:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 14:30:52 +0100 |
commit | fb57d416e4ee378594a0ee48f123e20b7572f089 (patch) | |
tree | a8bcbae674da534bac1f0ea8a8a9d05ceae2b4e3 /svtools | |
parent | cff81810e32f422d56d9a7f4f2d4c6bba993f8cb (diff) |
and some more
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svlbox.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/svtools/treelist.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx index e0510a32bb0a..414ff7786bdb 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 252c6889e5bf..bddb3627a618 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! |