From d1a34deaa87225c5fb7972a93534cfd23a3f6439 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Oct 2019 19:40:20 +0200 Subject: loplugin:methodcycles Change-Id: Ie2eeba83bf176d5c2beadc4dc5286e827ddbadfc Reviewed-on: https://gerrit.libreoffice.org/80155 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/svtabbx.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx index abc37bdf198b..2abc0a9b28a1 100644 --- a/include/vcl/svtabbx.hxx +++ b/include/vcl/svtabbx.hxx @@ -83,8 +83,6 @@ public: bool bChildrenOnDemand = false, sal_uLong nPos = TREELIST_APPEND, void* pUserData = nullptr ) override; - virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, sal_uLong nPos = TREELIST_APPEND, - sal_uInt16 nCol = 0xffff, void* pUserData = nullptr ); virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, SvTreeListEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData = nullptr ); virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, const Image& rExpandedEntryBmp, @@ -141,8 +139,6 @@ public: HeaderBar* GetHeaderBar(); static bool IsItemChecked( SvTreeListEntry* pEntry, sal_uInt16 nCol ); - virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, sal_uLong nPos = TREELIST_APPEND, - sal_uInt16 nCol = 0xffff, void* pUserData = nullptr ) override; virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, SvTreeListEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData = nullptr ) override; virtual SvTreeListEntry* InsertEntryToColumn( const OUString&, const Image& rExpandedEntryBmp, -- cgit