summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-16 21:26:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-17 07:31:54 +0100
commit70a60cece0666b226c4f36d87d85ec9841bfb67c (patch)
tree5fc6fedac37709b623126e62c96b22bb64084c2b /vcl
parent3b7faa73420550d508d480ed70146468dfadb268 (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 'vcl')
-rw-r--r--vcl/source/control/listbox.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index cfc5a83f97b1..b8472d0a583b 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -1241,11 +1241,6 @@ Size ListBox::CalcSubEditSize() const
return aSz;
}
-long ListBox::CalcWindowSizePixel(sal_uInt16 nLines) const
-{
- return mpImplLB->GetEntryHeight() * nLines;
-}
-
Size ListBox::GetOptimalSize() const
{
return CalcMinimumSize();