summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 14:49:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 20:40:08 +0100
commita91855165dc7c119166b05c038d238f59c8c1281 (patch)
tree54c2dc971a098d8a2d530a887889996b3deed3b3 /svx/source/tbxctrls/linectrl.cxx
parent4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f (diff)
loplugin:unusedmethods
Change-Id: Icab9a4789b0bb9187ad5393a2b8578fc4c5e401f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87736 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 31233a13e5ea..d0b984a0002f 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -182,11 +182,6 @@ void SvxLineStyleToolBoxControl::dispatchLineStyleCommand(const OUString& rComma
dispatchCommand(rCommand, rArgs);
}
-int SvxLineStyleToolBoxControl::GetStyleIndex() const
-{
- return m_xBtnUpdater->GetStyleIndex();
-}
-
std::unique_ptr<WeldToolbarPopup> SvxLineStyleToolBoxControl::weldPopupWindow()
{
return std::make_unique<SvxLineBox>(this, m_pToolbar, m_xBtnUpdater->GetStyleIndex());