diff options
author | Eike Rathke <erack@redhat.com> | 2013-11-14 19:13:52 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-14 19:14:22 +0100 |
commit | 4cdb874b1118b8e28686ff847c636132a69ef4f2 (patch) | |
tree | e8a8acc6f87a80f8ada8de3ccf5cbab512cf83c5 /formula | |
parent | 63fc020a890e245c8067609aad53bfcc18d69e1b (diff) |
OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something different
Change-Id: I5a61298229643c0b0e24d3a30069a95ddda6842f
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 5e84513c8a2a..0773c80a0d9b 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -694,7 +694,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_GAMMA_DIST { Text = "GAMMADIST" ; }; String SC_OPCODE_GAMMA_INV { Text = "GAMMAINV" ; }; String SC_OPCODE_T_INV { Text = "TINV" ; }; - String SC_OPCODE_F_INV { Text = "_xlfn.FINV" ; }; + String SC_OPCODE_F_INV { Text = "FINV" ; }; String SC_OPCODE_CHI_TEST { Text = "CHITEST" ; }; String SC_OPCODE_CHI_TEST_MS { Text = "_xlfn.CHISQ.TEST" ; }; String SC_OPCODE_LOG_INV { Text = "LOGINV" ; }; |