diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-29 12:43:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-30 06:57:26 +0000 |
commit | 4d87443bf59c3242d58b56cc1583d73213ae1f2f (patch) | |
tree | c1f74fc569506299100b5063f14c09e46035a943 /sc/inc/clipcontext.hxx | |
parent | 8e812b87ff7f8c5bf2c6f8858646c55effd2eea3 (diff) |
loplugin:constantparam
Change-Id: Idbe8c8e6b3d44cacce296ec8c79b2b244281057c
Reviewed-on: https://gerrit.libreoffice.org/29321
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/clipcontext.hxx')
-rw-r--r-- | sc/inc/clipcontext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index 9951c053ff7e..c1f33839e8f5 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -133,15 +133,12 @@ public: class CopyToClipContext : public ClipContextBase { bool mbKeepScenarioFlags:1; - bool mbCloneNotes:1; public: - CopyToClipContext() = delete; - CopyToClipContext(ScDocument& rDoc, bool bKeepScenarioFlags, bool bCloneNotes); + CopyToClipContext(ScDocument& rDoc, bool bKeepScenarioFlags); virtual ~CopyToClipContext() override; bool isKeepScenarioFlags() const; - bool isCloneNotes() const; }; class CopyToDocContext : public ClipContextBase |