[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Mon Mar 27 08:14:40 UTC 2017


 svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b487ff81b106925b4204276c551e6e3751dc293
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Mar 26 21:31:50 2017 +0100

    document mnIndex doesn't change
    
    Change-Id: Ia000682774cee4c58811325f6ab40859502da79f

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;
 


More information about the Libreoffice-commits mailing list