summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-09-28 11:00:27 +0200
committerEike Rathke <erack@redhat.com>2018-09-28 15:20:34 +0200
commit14729a8aadd41f4acd47046c2ed5b58a99c473c2 (patch)
tree096a4e9c6b9e071b4e1e0614e043d334004049a1 /formula
parentff4a319f51fc0ea4eb2baafa22d59f51b6e46a6f (diff)
Remove unused ocIndirectXL and ocAddressXL
Separated implementation is gone since long. Change-Id: I78279f631c9205202af92ad8e248f9a1226b7a19 Reviewed-on: https://gerrit.libreoffice.org/61075 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index c2a9466ebbb7..59b36b2d3914 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -988,11 +988,10 @@ bool FormulaCompiler::IsOpCodeVolatile( OpCode eOp )
case ocFormula:
case ocInfo:
// more than one parameters:
- // ocIndirect/ocIndirectXL otherwise would have to do
+ // ocIndirect otherwise would have to do
// StopListening and StartListening on a reference for every
// interpreted value.
case ocIndirect:
- case ocIndirectXL:
// ocOffset results in indirect references.
case ocOffset:
// ocDebugVar shows internal value that may change as the internal state changes.