From 5b487ff81b106925b4204276c551e6e3751dc293 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 26 Mar 2017 21:31:50 +0100 Subject: document mnIndex doesn't change Change-Id: Ia000682774cee4c58811325f6ab40859502da79f --- svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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; -- cgit