diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-30 05:05:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-30 19:32:04 +0100 |
commit | 41281d375300512011113c69ddda5995463a3c88 (patch) | |
tree | d3adf19011071516dd02b88861714fa222298a11 /sc/inc | |
parent | e8226a93aca391e9abe63edebc87aec05d3bf5bf (diff) |
make a few more users of ScAttrArray outside of the class const
Change-Id: I76aca6b1ddb8a326eecf70a68bed2a754e462c49
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 7244921e541f..36831113e591 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -141,7 +141,7 @@ public: private: static SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow); static ScBaseCell* GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow); - static ScAttrArray* GetAttrArrayByCol(ScDocument& rDoc, SCTAB nTab, SCCOL nCol); + static const ScAttrArray* GetAttrArrayByCol(ScDocument& rDoc, SCTAB nTab, SCCOL nCol); static bool IsQueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, ScBaseCell* pCell); static SCSIZE SearchColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCROW nRow, SCCOL nCol); |