diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-10 19:21:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-10 19:51:08 +0200 |
commit | 26a1aed24cc903ee858fb2d354f5dbb00f6d9969 (patch) | |
tree | 4e3f26f91ad2d44bb367944355845d84aa767a0f /sc/inc/column.hxx | |
parent | 07616ec2bd3dba7b858d801dbcd94e1089e3532a (diff) |
make more ScTable methods const
Change-Id: I9965a5ee383c4380dc1e75abc6a8df17ed69f6fc
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index d9c18ec57585..34e05cbc6368 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -366,7 +366,7 @@ public: bool GetDataEntries(SCROW nRow, std::set<ScTypedStrData>& rStrings, bool bLimit); void UpdateInsertTabAbs(SCTAB nNewPos); - bool TestTabRefAbs(SCTAB nTable); + bool TestTabRefAbs(SCTAB nTable) const; bool GetNextSpellingCell(SCROW& nRow, bool bInSel, const ScMarkData& rData) const; void RemoveAutoSpellObj(); |