summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-09 12:54:01 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-12 06:53:23 +0000
commitfebb2102a692480df0c82b58a792f4b3a447fb37 (patch)
tree4d14fce3665b6b5711518405422b0c27c18d961f /include/formula
parent4a2fded15046f2c469c9c1723ccef4e517fc372a (diff)
fdo#85818: rename Laufz to Duration
Change-Id: I7f2f91c7d6702f9e7f22e27e08142c34c557e043 Reviewed-on: https://gerrit.libreoffice.org/13828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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 42bba2644edd..86ff639be784 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -246,7 +246,7 @@
#define SC_OPCODE_GDA 246
#define SC_OPCODE_DB 247
#define SC_OPCODE_VBD 248
-#define SC_OPCODE_LAUFZ 249
+#define SC_OPCODE_DURATION 249
#define SC_OPCODE_LIA 250
#define SC_OPCODE_RMZ 251
#define SC_OPCODE_COLUMNS 252
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index 8f891db87b40..f566507a88b9 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -250,7 +250,7 @@ enum OpCode : sal_uInt16
ocGDA = SC_OPCODE_GDA,
ocDB = SC_OPCODE_DB,
ocVBD = SC_OPCODE_VBD,
- ocLaufz = SC_OPCODE_LAUFZ,
+ ocDuration = SC_OPCODE_DURATION,
ocLIA = SC_OPCODE_LIA,
ocRMZ = SC_OPCODE_RMZ,
ocColumns = SC_OPCODE_COLUMNS,