diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/clipcontext.hxx | 5 | ||||
-rw-r--r-- | sc/inc/table.hxx | 2 |
2 files changed, 2 insertions, 5 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 diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 419d8bde3f23..e4e14329cdbe 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -844,7 +844,7 @@ public: const ScSortParam& rSortParam, bool bKeepQuery, bool bUpdateRefs, ScProgress* pProgress, sc::ReorderParam* pUndo ); - void Reorder( const sc::ReorderParam& rParam, ScProgress* pProgress ); + void Reorder( const sc::ReorderParam& rParam ); bool ValidQuery( SCROW nRow, const ScQueryParam& rQueryParam, ScRefCellValue* pCell = nullptr, |