summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-07 13:14:21 +0200
committerEike Rathke <erack@redhat.com>2015-09-07 14:23:15 +0200
commitfff1c3e3e50fcb2e5781c73ba1316a225dd34fa4 (patch)
tree658e886da875d0a13153f37daa7cc9341fd4c0ad /sc/inc
parente6f44f1fc3d0e43db74d24956ce8c74a675effd4 (diff)
TableRef: move swap to empty names to InvalidateTableColumnNames()
Change-Id: I495377786bd0add1521d37490c8c57d4d30f541e
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dbdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 5812365a7eb9..85ace9f3916a 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -221,7 +221,7 @@ private:
void AdjustTableColumnNames( UpdateRefMode eUpdateRefMode, SCCOL nDx, SCCOL nCol1,
SCCOL nOldCol1, SCCOL nOldCol2, SCCOL nNewCol1, SCCOL nNewCol2 );
- void InvalidateTableColumnNames();
+ void InvalidateTableColumnNames( bool bSwapToEmptyNames );
};
class SC_DLLPUBLIC ScDBCollection