summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx2
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 );
}