summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/csv_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/csv_handler.hxx')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index 8f0e8a8c2be3..1f7c3ac2e3b8 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -166,11 +166,11 @@ public:
}
private:
- ScDocument* mpDoc;
+ ScDocument* const mpDoc;
SCCOL mnCol;
SCROW mnRow;
- SCTAB mnTab;
- StringType meStringType;
+ SCTAB const mnTab;
+ StringType const meStringType;
};
class conditional_format_handler
@@ -211,10 +211,10 @@ public:
}
private:
- ScDocument* mpDoc;
+ ScDocument* const mpDoc;
SCCOL mnCol;
SCROW mnRow;
- SCTAB mnTab;
+ SCTAB const mnTab;
};
#endif