summaryrefslogtreecommitdiff
path: root/include/vcl/svtabbx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svtabbx.hxx')
-rw-r--r--include/vcl/svtabbx.hxx4
1 files changed, 0 insertions, 4 deletions
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,