summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 95b7febb9148..63b8b738b40f 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -61,6 +61,7 @@ namespace sc {
struct ColumnBlockPosition;
struct RefUpdateContext;
struct RefUpdateInsertTabContext;
+ struct RefUpdateDeleteTabContext;
}
class SfxItemSet;
@@ -516,7 +517,7 @@ public:
void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY );
void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
- void UpdateDeleteTab( SCTAB nTable, SCTAB nSheets = 1 );
+ void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo, ScProgress* pProgress );
void UpdateCompile( bool bForceIfNameInUse = false );
void SetTabNo(SCTAB nNewTab);