diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-11 14:45:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 13:23:27 +0200 |
commit | 569f7a4adefdfce9be82499d8449e808bfad06c6 (patch) | |
tree | c737644b65469b07bf4ee539eae2fdab1a6295fe /include/svtools | |
parent | c5a9da1e47dffcf7c15229612bcdd48d7491ce3d (diff) |
loplugin:unusedmethods
Change-Id: I0f96c41ab61bd4bfaf6c36d78d0a2ca768da0032
Reviewed-on: https://gerrit.libreoffice.org/60314
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index f3ce987ef6aa..65c2f5d62a6a 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -216,8 +216,6 @@ public: ColorFunc pColor2Fn = &sameColor, ColorDistFunc pColorDistFn = &sameDistColor); - using ListBox::GetEntryPos; - sal_Int32 GetEntryPos( SvxBorderLineStyle nStyle ) const; SvxBorderLineStyle GetEntryStyle( sal_Int32 nPos ) const; SvxBorderLineStyle GetSelectEntryStyle() const; |