From 9db8406b839df8a892d025e054e818def4a60edc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Oct 2019 14:51:14 +0200 Subject: loplugin:virtualdead Change-Id: I86bae18ed2682871032aeb2a178f49f3e4601129 Reviewed-on: https://gerrit.libreoffice.org/80129 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/dbaccess/ToolBoxHelper.hxx | 6 ------ include/vcl/tabpage.hxx | 1 - 2 files changed, 7 deletions(-) (limited to 'include') diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx index 527197b43de5..75f6dd094445 100644 --- a/include/dbaccess/ToolBoxHelper.hxx +++ b/include/dbaccess/ToolBoxHelper.hxx @@ -49,12 +49,6 @@ namespace dbaui */ virtual void resizeControls(const Size& _rDiff) = 0; - /** will be called when the image list needs to change - @param _eSymbolsSize - - */ - virtual void setImageList(sal_Int16 _eSymbolsSize) = 0; - /** only the member will be set, derived classes can override this function and do what need to be done. @param _pTB diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx index 9af5c1062954..17270d9b6c0f 100644 --- a/include/vcl/tabpage.hxx +++ b/include/vcl/tabpage.hxx @@ -48,7 +48,6 @@ public: virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; virtual void ActivatePage(); - virtual void DeactivatePage(); //To-Do, consider inheriting from VclContainer virtual void SetPosSizePixel(const Point& rNewPos, const Size& rNewSize) override; -- cgit