summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ee1c7da229cd..4a87267be6e7 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -507,8 +507,8 @@ void Test::testRowForHeight()
struct Check
{
- sal_uLong nHeight;
- SCROW nRow;
+ sal_uLong const nHeight;
+ SCROW const nRow;
};
std::vector<Check> aChecks = {
@@ -606,8 +606,8 @@ void Test::testSelectionFunction()
struct Check
{
- ScSubTotalFunc meFunc;
- double mfExpected;
+ ScSubTotalFunc const meFunc;
+ double const mfExpected;
};
{
@@ -3610,8 +3610,8 @@ void Test::testCopyPasteSkipEmpty()
struct Check
{
const char* mpStr;
- Color maColor;
- bool mbHasNote;
+ Color const maColor;
+ bool const mbHasNote;
};
struct TestRange