From 14729a8aadd41f4acd47046c2ed5b58a99c473c2 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 28 Sep 2018 11:00:27 +0200 Subject: 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 Tested-by: Jenkins --- formula/source/core/api/FormulaCompiler.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'formula/source') 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. -- cgit