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

Stephan Bergmann sbergman at redhat.com
Fri Jul 15 08:53:52 UTC 2016


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

New commits:
commit f7803b302aecb3acebf79e1782ab7e8cf85c5c64
Author: Stephan Bergmann <sbergman at redhat.com>
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 );
                     }


More information about the Libreoffice-commits mailing list