diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 09:59:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 12:01:14 +0200 |
commit | f80385d44814df4cef9fef025240a078f1996bec (patch) | |
tree | ce7e54ec79fc3bb0427c909a30d1ce37d214ab73 /sc/inc/scabstdlg.hxx | |
parent | 2f2772267657b704dbc108f95ca3b9f49fb93be1 (diff) |
remove unused param from CreateScNamePasteDlg
unused since commit b3dfb1e807eba91eed35a02d74fe8a917c41ee6f
"loplugin:checkunusedparams in sc"
Change-Id: I53ac9e281a93651259eb39a145acbb89613d3e04
Reviewed-on: https://gerrit.libreoffice.org/41205
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 3fd2c01f8526..ccc684c69350 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -471,7 +471,7 @@ public: virtual VclPtr<AbstractScNameCreateDlg> CreateScNameCreateDlg(vcl::Window * pParent, CreateNameFlags nFlags) = 0; - virtual VclPtr<AbstractScNamePasteDlg> CreateScNamePasteDlg ( vcl::Window * pParent, ScDocShell* pShell, bool bInsList=true ) = 0; + virtual VclPtr<AbstractScNamePasteDlg> CreateScNamePasteDlg ( vcl::Window * pParent, ScDocShell* pShell ) = 0; virtual VclPtr<AbstractScPivotFilterDlg> CreateScPivotFilterDlg(vcl::Window* pParent, const SfxItemSet& rArgSet, sal_uInt16 nSourceTab) = 0; |