formula/source/core/api/FormulaCompiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7803b302aecb3acebf79e1782ab7e8cf85c5c64
Author: Stephan Bergmann <[email protected]>
Date:   Fri Jul 15 10:53:25 2016 +0200

    loplugin:commaoperator
    
    Change-Id: I7ba83b999b3b12411348c21cabcd47b8ad9c4034

diff --git a/formula/source/core/api/FormulaCompiler.cxx 
b/formula/source/core/api/FormulaCompiler.cxx
index 3143525..e9bf222 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1424,7 +1424,7 @@ void FormulaCompiler::Factor()
                     {
                         // Remove the ocPush/svDouble just removed also from
                         // the compiler local RPN array.
-                        --pCode, --pc;
+                        --pCode; --pc;
                         (*pCode)->DecRef(); // may be dead now
                         pFacToken->SetByte( nSepCount - 1 );
                     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to