diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-18 13:14:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-19 19:09:40 +0200 |
commit | 212799ffeded71c0d6864185d5245979e50fa0fb (patch) | |
tree | 72de7378933e01005e4b6a7b748ace5c34824015 /vcl/inc | |
parent | b4228e6eb21c63903206f3c9eff028360fd3176e (diff) |
loplugin:constantparam
Change-Id: Ifa90e9721edeacd4fd78fde968b81aab873e2061
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94497
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salvtables.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index 2d6acb6d38c1..7e6c879eb3a5 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -813,7 +813,7 @@ public: const tools::Rectangle& rRect = pEvent->GetRect(); const OUString sId = get_id(nPos); signal_custom_render(*pRenderContext, rRect, pEvent->IsSelected(), sId); - m_xComboBox->DrawEntry(*pEvent, false, false); // draw separator + m_xComboBox->DrawEntry(*pEvent); // draw separator if (m_xMenuButton && m_xMenuButton->IsVisible() && m_sMenuButtonRow == sId) { |