diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 13:00:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 06:26:00 +0000 |
commit | dcb1fbef204ebe7b0a6ccdf70630aa217a8d0e94 (patch) | |
tree | c00d8972fd57a628b8d1376ef605dc5107502ff6 /cui/source/tabpages/tplneend.cxx | |
parent | 98b77ad1e6acbbdda4843a4b57c1185d53884581 (diff) |
loplugin:expandablemethodds in cui
Change-Id: I7b2321d45171f9b73965efea32832a3789f0dee7
Reviewed-on: https://gerrit.libreoffice.org/30011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/tplneend.cxx')
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index aa0067b63020..15a1ed469f17 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -305,12 +305,6 @@ IMPL_LINK_NOARG(SvxLineEndDefTabPage, SelectLineEndHdl_Impl, ListBox&, void) } -void SvxLineEndDefTabPage::ChangePreviewHdl_Impl() -{ - m_pCtlPreview->Invalidate(); -} - - IMPL_LINK_NOARG(SvxLineEndDefTabPage, ClickModifyHdl_Impl, Button*, void) { sal_Int32 nPos = m_pLbLineEnds->GetSelectEntryPos(); @@ -518,7 +512,7 @@ IMPL_LINK_NOARG(SvxLineEndDefTabPage, ClickDeleteHdl_Impl, Button*, void) *pnLineEndListState |= ChangeType::MODIFIED; - ChangePreviewHdl_Impl(); + m_pCtlPreview->Invalidate(); } } // determine button state |