summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 53e9e78d66f0..e7e8b972d83e 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -73,7 +73,7 @@ namespace {
class ColumnRegroupFormulaCells
{
ScColContainer& mrCols;
- std::vector<ScAddress>* mpGroupPos;
+ std::vector<ScAddress>* const mpGroupPos;
public:
ColumnRegroupFormulaCells( ScColContainer& rCols, std::vector<ScAddress>* pGroupPos ) :
@@ -759,12 +759,12 @@ namespace {
class TransClipHandler
{
ScTable& mrClipTab;
- SCTAB mnSrcTab;
- SCCOL mnSrcCol;
- size_t mnTopRow;
- SCROW mnTransRow;
- bool mbAsLink;
- bool mbWasCut;
+ SCTAB const mnSrcTab;
+ SCCOL const mnSrcCol;
+ size_t const mnTopRow;
+ SCROW const mnTransRow;
+ bool const mbAsLink;
+ bool const mbWasCut;
ScAddress getDestPos(size_t nRow) const
{
@@ -3584,8 +3584,8 @@ namespace {
class OutlineArrayFinder
{
ScRange maRef;
- SCCOL mnCol;
- SCTAB mnTab;
+ SCCOL const mnCol;
+ SCTAB const mnTab;
ScOutlineArray* mpArray;
bool mbSizeChanged;