summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr1.cxx')
-rw-r--r--sc/source/core/tool/interpr1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 06a97d9e5893..e585073f1d1c 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -4671,7 +4671,7 @@ public:
private:
const ScMatrix& mrMat;
- bool mbColVec;
+ bool const mbColVec;
};
/** returns -1 when the matrix value is smaller than the query value, 0 when
@@ -8860,8 +8860,8 @@ void ScInterpreter::ScLeft()
}
typedef struct {
- UBlockCode from;
- UBlockCode to;
+ UBlockCode const from;
+ UBlockCode const to;
} UBlockScript;
static const UBlockScript scriptList[] = {