summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-08-03 16:38:24 +0200
committerEike Rathke <erack@redhat.com>2016-08-03 16:39:41 +0200
commit3bc16f4a476f22935bd128cef797fb2d69758294 (patch)
treeea5e832d3d7f9cf3538d09edd4ff64a3a67e47e3 /include/formula
parent571866eaba914742a48938abb6c8495e97868bf1 (diff)
rename ocDuration to ocPDuration and related
... to clarify that these belong to PDURATION (currently DURATION in UI) instead of DURATION (currently DURATION_ADD in UI). The confusing UI name situation will be resolved separately. Change-Id: I09a7bc8437be1c4c9e72f94e61c877111fb48806
Diffstat (limited to 'include/formula')
-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 ccba5df50377..915cea41fc14 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -257,7 +257,7 @@
#define SC_OPCODE_DDB 246
#define SC_OPCODE_DB 247
#define SC_OPCODE_VBD 248
-#define SC_OPCODE_DURATION 249
+#define SC_OPCODE_PDURATION 249
#define SC_OPCODE_SLN 250
#define SC_OPCODE_PMT 251
#define SC_OPCODE_COLUMNS 252
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index c06a99239d2b..bfc7ac6323fb 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -263,7 +263,7 @@ enum OpCode : sal_uInt16
ocDDB = SC_OPCODE_DDB,
ocDB = SC_OPCODE_DB,
ocVBD = SC_OPCODE_VBD,
- ocDuration = SC_OPCODE_DURATION,
+ ocPDuration = SC_OPCODE_PDURATION,
ocSLN = SC_OPCODE_SLN,
ocPMT = SC_OPCODE_PMT,
ocColumns = SC_OPCODE_COLUMNS,