summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index e594ba23acca..a9d9d8fa3db7 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -476,7 +476,8 @@ public:
const SvtBroadcaster* GetBroadcaster( SCROW nRow ) const;
private:
- void DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDelFlag );
+ void DeleteRange(
+ SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDelFlag, std::vector<SCROW>& rDeletedRows );
const ScFormulaCell* FetchFormulaCell( SCROW nRow ) const;