summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-26 21:31:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-03-27 09:00:13 +0100
commit5b487ff81b106925b4204276c551e6e3751dc293 (patch)
tree53a3557a491f5b5609062b128640de52d7100f78 /svx/source/customshapes
parent1bf940eb2bb6b937b2175875bfebca46cca98d45 (diff)
document mnIndex doesn't change
Change-Id: Ia000682774cee4c58811325f6ab40859502da79f
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index fbded8d9e32b..ee94039c02b4 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -176,7 +176,7 @@ public:
class EquationExpression : public ExpressionNode
{
- sal_Int32 mnIndex;
+ const sal_Int32 mnIndex;
const EnhancedCustomShape2d& mrCustoShape;
mutable bool mbGettingValueGuard;