summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/formula/compiler.hrc4
-rw-r--r--include/formula/opcode.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 2081b09abe8b..ba3164658679 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -371,8 +371,8 @@
#define SC_OPCODE_STYLE 368
#define SC_OPCODE_DDE 369
#define SC_OPCODE_BASE 370
-#define SC_OPCODE_TABLE 371
-#define SC_OPCODE_TABLES 372
+#define SC_OPCODE_SHEET 371
+#define SC_OPCODE_SHEETS 372
#define SC_OPCODE_MIN_A 373
#define SC_OPCODE_MAX_A 374
#define SC_OPCODE_AVERAGE_A 375
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index 8c578c594fa6..667edeba65bf 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -445,8 +445,8 @@ enum OpCode : sal_uInt16
ocStyle = SC_OPCODE_STYLE,
ocDde = SC_OPCODE_DDE,
ocBase = SC_OPCODE_BASE,
- ocTable = SC_OPCODE_TABLE,
- ocTables = SC_OPCODE_TABLES,
+ ocSheet = SC_OPCODE_SHEET,
+ ocSheets = SC_OPCODE_SHEETS,
ocMinA = SC_OPCODE_MIN_A,
ocMaxA = SC_OPCODE_MAX_A,
ocAverageA = SC_OPCODE_AVERAGE_A,