diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-30 01:36:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-30 23:50:02 -0400 |
commit | 5a1960f5ea9f225fda493df746e5674e3bd1cce9 (patch) | |
tree | 7f77a380e2e16500e39fdde51d379d9606507d1c /sc/inc/column.hxx | |
parent | ed671a33a31b8d8cd81e3774be603c13e8b9a6f3 (diff) |
Update range names on sheet deletion.
It works fine with live calc instance, but somehow fails in unit test.
Change-Id: Ie60774b4f1f8391801e0d9358f6cca78d8e52397
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 03d05e10a5af..88b126696981 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -49,6 +49,7 @@ namespace sc { class SingleColumnSpanSet; struct RefUpdateContext; struct RefUpdateInsertTabContext; + struct RefUpdateDeleteTabContext; } class Fraction; @@ -325,7 +326,7 @@ public: void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ); void UpdateInsertTabOnlyCells( sc::RefUpdateInsertTabContext& rCxt ); - void UpdateDeleteTab(SCTAB nDelPos, SCTAB nSheets = 1); + void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt ); void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo); void UpdateCompile( bool bForceIfNameInUse = false ); void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, |