summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-03 14:51:57 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 11:44:54 +0100
commitd406edf2442a9d35262daeb48bedb51777ee2255 (patch)
tree520e817d941de8b382257c4bfc74d83904ef452b /include
parent962e14e94d081e587c554e762910c0983f6a139b (diff)
rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/s
Like their function names and to prevent confusion that ocTableRef would be related. Change-Id: I739c7d8e0413aa1e573facdef6bdd854c462f14d
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,