summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-13 09:57:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-13 13:50:53 +0200
commit3d99ae3f98f3333b0aba4f213fc40f4c22ab9cf5 (patch)
tree27cc62144a751809c832cae1aa782865f6a07eec /include
parentb641fccab785cc7dede720f7d5844e4f0cb95b91 (diff)
loplugin:methodcycles
Change-Id: Ia14e47b811ca56d8d4517f262e008985d6aebe35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122020 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolkit/svtabbx.hxx13
-rw-r--r--include/vcl/toolkit/treelistbox.hxx7
2 files changed, 0 insertions, 20 deletions
diff --git a/include/vcl/toolkit/svtabbx.hxx b/include/vcl/toolkit/svtabbx.hxx
index ae9b929ecf4c..4f2909d9477e 100644
--- a/include/vcl/toolkit/svtabbx.hxx
+++ b/include/vcl/toolkit/svtabbx.hxx
@@ -67,18 +67,8 @@ public:
bool bChildrenOnDemand = false,
sal_uInt32 nPos=TREELIST_APPEND, void* pUserData = nullptr ) override;
- virtual SvTreeListEntry* InsertEntry( const OUString& rText,
- const Image& rExpandedEntryBmp,
- const Image& rCollapsedEntryBmp,
- SvTreeListEntry* pParent = nullptr,
- bool bChildrenOnDemand = false,
- sal_uInt32 nPos = TREELIST_APPEND, void* pUserData = nullptr ) override;
-
virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, SvTreeListEntry* pParent,
sal_uInt32 nPos, sal_uInt16 nCol, void* pUserData = nullptr );
- virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, const Image& rExpandedEntryBmp,
- const Image& rCollapsedEntryBmp, SvTreeListEntry* pParent,
- sal_uInt32 nPos = TREELIST_APPEND, sal_uInt16 nCol = 0xffff, void* pUserData = nullptr );
virtual OUString GetEntryText( SvTreeListEntry* pEntry ) const override;
static OUString GetEntryText( const SvTreeListEntry*, sal_uInt16 nCol );
@@ -128,9 +118,6 @@ public:
virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, SvTreeListEntry* pParent,
sal_uInt32 nPos, sal_uInt16 nCol, void* pUserData = nullptr ) override;
- virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, const Image& rExpandedEntryBmp,
- const Image& rCollapsedEntryBmp, SvTreeListEntry* pParent,
- sal_uInt32 nPos = TREELIST_APPEND, sal_uInt16 nCol = 0xffff, void* pUserData = nullptr ) override;
virtual sal_uInt32 Insert( SvTreeListEntry* pEnt,SvTreeListEntry* pPar,sal_uInt32 nPos=TREELIST_APPEND) override;
virtual sal_uInt32 Insert( SvTreeListEntry* pEntry, sal_uInt32 nRootPos = TREELIST_APPEND ) override;
diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx
index c2aa4c03913c..ae3ad91f09b6 100644
--- a/include/vcl/toolkit/treelistbox.hxx
+++ b/include/vcl/toolkit/treelistbox.hxx
@@ -556,13 +556,6 @@ public:
bool bChildrenOnDemand = false,
sal_uInt32 nPos=TREELIST_APPEND, void* pUserData = nullptr);
- virtual SvTreeListEntry* InsertEntry( const OUString& rText,
- const Image& rExpandedEntryBmp,
- const Image& rCollapsedEntryBmp,
- SvTreeListEntry* pParent = nullptr,
- bool bChildrenOnDemand = false,
- sal_uInt32 nPos = TREELIST_APPEND, void* pUserData = nullptr );
-
const Image& GetDefaultExpandedEntryBmp( ) const;
const Image& GetDefaultCollapsedEntryBmp( ) const;