diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 11:48:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 12:05:29 +0200 |
commit | d4e9fe5a733f9c3a3c0b673379739c768075b465 (patch) | |
tree | aa03f07d97a59053c374f590818aa942f120848e /sfx2/source/appl/linkmgr2.cxx | |
parent | a4b581bb996142d2906f23161ec673f958511649 (diff) |
loplugin:checkunusedparams in sfx2
Change-Id: Iea88ddd619f10a2a2586ee24edbf07e246dcbb49
Reviewed-on: https://gerrit.libreoffice.org/37191
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r-- | sfx2/source/appl/linkmgr2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx index 3f0f6e7cbdaa..c2997297564f 100644 --- a/sfx2/source/appl/linkmgr2.cxx +++ b/sfx2/source/appl/linkmgr2.cxx @@ -269,7 +269,6 @@ bool LinkManager::GetDisplayNames( const SvBaseLink * pLink, void LinkManager::UpdateAllLinks( bool bAskUpdate, - bool /*bCallErrHdl*/, bool bUpdateGrfLinks, vcl::Window* pParentWin ) { |