diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 10:53:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 10:53:25 +0200 |
commit | f7803b302aecb3acebf79e1782ab7e8cf85c5c64 (patch) | |
tree | 6c9649421a0448f7a02e70ef30031ee77b91080c /formula | |
parent | 054cf21948e86cbe5b809fa61c7a99d27fc8cf5d (diff) |
loplugin:commaoperator
Change-Id: I7ba83b999b3b12411348c21cabcd47b8ad9c4034
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 3143525635f5..e9bf222b878a 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 ); } |