diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 11:23:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 14:22:51 +0200 |
commit | f05d0d05829dd51cb9d8071ac97cc219779ee40a (patch) | |
tree | 3502cef16b7dacb0cdaa66ec6a34842239c1c505 /sw/inc/view.hxx | |
parent | 266bcae306a1dd6e0d9df80ba30ade7311385c28 (diff) |
loplugin:unusedfields in sw part1
Change-Id: Iabbf7f09c0d92b488d7e03f4436f077c5e6e87aa
Reviewed-on: https://gerrit.libreoffice.org/39039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 23136b765819..c47e078d79f7 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -607,9 +607,9 @@ public: // store MailMerge data while "Back to Mail Merge Wizard" FloatingWindow is active // or to support printing - void SetMailMergeConfigItem(std::shared_ptr<SwMailMergeConfigItem>& rConfigItem, sal_uInt16 nRestart); + void SetMailMergeConfigItem(std::shared_ptr<SwMailMergeConfigItem>& rConfigItem); std::shared_ptr<SwMailMergeConfigItem> GetMailMergeConfigItem() const; - std::shared_ptr<SwMailMergeConfigItem> EnsureMailMergeConfigItem(const SfxItemSet* pArgs = nullptr, sal_uInt16 nWizardRestartPage = 0); + std::shared_ptr<SwMailMergeConfigItem> EnsureMailMergeConfigItem(const SfxItemSet* pArgs = nullptr); void ExecFormatPaintbrush(SfxRequest &); void StateFormatPaintbrush(SfxItemSet &); |