summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-10 19:21:12 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-10 19:51:08 +0200
commit26a1aed24cc903ee858fb2d354f5dbb00f6d9969 (patch)
tree4e3f26f91ad2d44bb367944355845d84aa767a0f /sc/inc/column.hxx
parentmake more methods const in ScTable (diff)
downloadcore-26a1aed24cc903ee858fb2d354f5dbb00f6d9969.tar.gz
core-26a1aed24cc903ee858fb2d354f5dbb00f6d9969.zip
make more ScTable methods const
Change-Id: I9965a5ee383c4380dc1e75abc6a8df17ed69f6fc
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
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();