summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-09 13:26:48 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-12 06:55:28 +0000
commitc6d3405d9cf75adc8ae9f8b2cca2dfd2c9de7d7d (patch)
tree44f54228c8a3c314ec8b1129f2ecf53a996cfe10 /include
parent294b1e93f4a9e70e0699b2b42eba03eed630ec0c (diff)
fdo#85818: rename RMZ to PMT
Change-Id: I952d4cee42c9a6256589a32f4acb6a6fc70ef443 Reviewed-on: https://gerrit.libreoffice.org/13830 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/compiler.hrc2
-rw-r--r--include/formula/opcode.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index bfbcc70a16b8..a512e280db1c 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -248,7 +248,7 @@
#define SC_OPCODE_VBD 248
#define SC_OPCODE_DURATION 249
#define SC_OPCODE_SLN 250
-#define SC_OPCODE_RMZ 251
+#define SC_OPCODE_PMT 251
#define SC_OPCODE_COLUMNS 252
#define SC_OPCODE_ROWS 253
#define SC_OPCODE_COLUMN 254
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index 4ca9893f9175..5349559b40de 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -252,7 +252,7 @@ enum OpCode : sal_uInt16
ocVBD = SC_OPCODE_VBD,
ocDuration = SC_OPCODE_DURATION,
ocSLN = SC_OPCODE_SLN,
- ocRMZ = SC_OPCODE_RMZ,
+ ocPMT = SC_OPCODE_PMT,
ocColumns = SC_OPCODE_COLUMNS,
ocRows = SC_OPCODE_ROWS,
ocColumn = SC_OPCODE_COLUMN,