From a91855165dc7c119166b05c038d238f59c8c1281 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 30 Jan 2020 14:49:10 +0200 Subject: loplugin:unusedmethods Change-Id: Icab9a4789b0bb9187ad5393a2b8578fc4c5e401f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87736 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/tbxctrls/linectrl.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svx/source/tbxctrls/linectrl.cxx') 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 SvxLineStyleToolBoxControl::weldPopupWindow() { return std::make_unique(this, m_pToolbar, m_xBtnUpdater->GetStyleIndex()); -- cgit