diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-16 21:26:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-17 07:31:54 +0100 |
commit | 70a60cece0666b226c4f36d87d85ec9841bfb67c (patch) | |
tree | 5fc6fedac37709b623126e62c96b22bb64084c2b /include/svtools | |
parent | 3b7faa73420550d508d480ed70146468dfadb268 (diff) |
loplugin:unusedmethods
most of the removal is ripple effect from removing
SvxIconChoiceCtrl_Impl::EditEntry
which became dead after
commit 630b5db9a10cd49d24d5e563374bd68f1fe670f5
Date: Tue Nov 13 08:40:07 2018 +0200
loplugin:singlevalfields in svtools
Change-Id: Ibfaa7c925cc5549a4858cc62c59d848aab72f460
Reviewed-on: https://gerrit.libreoffice.org/63481
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/calendar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx index a44fe7d2a5d3..bd52eadc1d6a 100644 --- a/include/svtools/calendar.hxx +++ b/include/svtools/calendar.hxx @@ -192,7 +192,6 @@ class SVT_DLLPUBLIC Calendar final : public Control SVT_DLLPRIVATE void ImplUpdate( bool bCalcNew = false ); using Window::ImplScroll; SVT_DLLPRIVATE void ImplScroll( bool bPrev ); - SVT_DLLPRIVATE void ImplInvertDropPos(); SVT_DLLPRIVATE void ImplShowMenu( const Point& rPos, const Date& rDate ); SVT_DLLPRIVATE void ImplTracking( const Point& rPos, bool bRepeat ); SVT_DLLPRIVATE void ImplEndTracking( bool bCancel ); |