summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-11-27 14:12:24 +0200
committerTor Lillqvist <tml@collabora.com>2017-11-28 08:47:48 +0100
commitfc5bac70e0f272c6abc7a4e06e02ab8eac7ce54e (patch)
tree5b95c590d089f28c59d904a407b5cc62c7ad8d9e /sc
parente0d94237878d4949573fc9b6d97eea3146cada6d (diff)
The aStrNmsp[12] fields can be const
Change-Id: I257b2be52b13c8ce76dbcc06e080e348af9e1b68 Reviewed-on: https://gerrit.libreoffice.org/45359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/conditio.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index e3434067de7e..dfd8d10bc630 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -300,8 +300,8 @@ class SC_DLLPUBLIC ScConditionEntry : public ScFormatEntry
double nVal2;
OUString aStrVal1; // input or calculated
OUString aStrVal2;
- OUString aStrNmsp1; // namespace to be used on (re)compilation, e.g. in XML import
- OUString aStrNmsp2; // namespace to be used on (re)compilation, e.g. in XML import
+ const OUString aStrNmsp1; // namespace to be used on (re)compilation, e.g. in XML import
+ const OUString aStrNmsp2; // namespace to be used on (re)compilation, e.g. in XML import
const formula::FormulaGrammar::Grammar eTempGrammar1; // grammar to be used on (re)compilation, e.g. in XML import
const formula::FormulaGrammar::Grammar eTempGrammar2; // grammar to be used on (re)compilation, e.g. in XML import
bool bIsStr1; // for recognition of empty strings