diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2013-01-28 16:19:00 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-02-02 16:51:23 +0000 |
commit | 06b8f15c8dd23504b8e087451ee5c82eb74edd81 (patch) | |
tree | ec7e0694f79e98e66ca7f07628e8fa089d43f5f7 /formula | |
parent | 3974e9952102dbfb4f004872768b1096133bd9a5 (diff) |
fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2
Conflicts:
sc/source/filter/excel/xlformula.cxx
sc/source/filter/oox/formulabase.cxx
Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5
Reviewed-on: https://gerrit.libreoffice.org/1477
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/inc/formula/opcode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/inc/formula/opcode.hxx b/formula/inc/formula/opcode.hxx index e37395ea6e70..007bcd92adf0 100644 --- a/formula/inc/formula/opcode.hxx +++ b/formula/inc/formula/opcode.hxx @@ -301,6 +301,7 @@ enum OpCodeEnum ocSubstitute = SC_OPCODE_SUBSTITUTE, ocRept = SC_OPCODE_REPT, ocConcat = SC_OPCODE_CONCAT, + ocNumberValue = SC_OPCODE_NUMBERVALUE, // Matrix functions ocMatValue = SC_OPCODE_MAT_VALUE, ocMatDet = SC_OPCODE_MAT_DET, @@ -395,7 +396,6 @@ enum OpCodeEnum ocHyperLink = SC_OPCODE_HYPERLINK, ocGetPivotData = SC_OPCODE_GET_PIVOT_DATA, ocEuroConvert = SC_OPCODE_EUROCONVERT, - ocNumberValue = SC_OPCODE_NUMBERVALUE, // internal stuff ocInternalBegin = SC_OPCODE_INTERNAL_BEGIN, ocTTT = SC_OPCODE_TTT, |