diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-27 10:21:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-27 10:23:35 +0000 |
commit | 7da765dde1800aa607f96e7a5807582ad2894acb (patch) | |
tree | b7c3027f51f9b41133f25c19697965dd28fec7bb /extensions | |
parent | c19d2b276b7a28c07315cf60cb0965098a935e5f (diff) |
loplugin:expandablemethods in svtools
Change-Id: I126cc87c890867c3e762f86969a20d64aef63108
Reviewed-on: https://gerrit.libreoffice.org/30314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/taborder.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx index 4e351568b4eb..6569086eb134 100644 --- a/extensions/source/propctrlr/taborder.hxx +++ b/extensions/source/propctrlr/taborder.hxx @@ -52,9 +52,6 @@ namespace pcr protected: virtual void ModelHasMoved(SvTreeListEntry* pSource ) override; - - private: - using SvTreeListBox::MoveSelection; }; |