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 --- include/formula/compiler.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/formula/compiler.hxx') diff --git a/include/formula/compiler.hxx b/include/formula/compiler.hxx index 61b054c0d7cc..0d5b1cc8f632 100644 --- a/include/formula/compiler.hxx +++ b/include/formula/compiler.hxx @@ -396,8 +396,8 @@ #define SC_OPCODE_CELL 385 #define SC_OPCODE_ISPMT 386 #define SC_OPCODE_HYPERLINK 387 -#define SC_OPCODE_INDIRECT_XL 388 /* See also INDIRECT for OOO variant */ -#define SC_OPCODE_ADDRESS_XL 389 /* See also ADDRESS for OOO variant */ +// free: 388 +// free: 389 #define SC_OPCODE_GET_PIVOT_DATA 390 #define SC_OPCODE_EUROCONVERT 391 #define SC_OPCODE_NUMBERVALUE 392 -- cgit