formula/source/core/resource/core_resource.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4cdb874b1118b8e28686ff847c636132a69ef4f2 Author: Eike Rathke <[email protected]> Date: Thu Nov 14 19:13:52 2013 +0100 OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something different Change-Id: I5a61298229643c0b0e24d3a30069a95ddda6842f diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 5e84513..0773c80 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" ; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
