summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2015-09-23 15:13:46 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-09-27 09:17:34 +0000
commit2cc040878ce816b0353224910333e33a20983359 (patch)
tree3451ca3e88454b5b9a064f52761f6c5d61bda00a
parent7412783d1d513406e5a132a822835a92cae8e233 (diff)
follow up of tdf#94214
provide forward compatibility for name change of FINV Change-Id: I0afd2555be94c452172e5a357f2f0897be381863 Reviewed-on: https://gerrit.libreoffice.org/18814 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--sc/source/core/tool/compiler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 965ad02fac32..04b7edca3395 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -2465,6 +2465,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray )
{ "GOALSEEK", ocBackSolver }, // GOALSEEK -> ORG.OPENOFFICE.GOALSEEK
// Renamed new names, prepare to read future names:
{ "FDIST", ocFDist_LT }, // COM.MICROSOFT.F.DIST -> FDIST
+ { "FINV", ocFInv_LT }, // COM.MICROSOFT.F.INV -> FINV
//{ "ORG.OPENOFFICE.XXX", ocXXX } // XXX -> ORG.OPENOFFICE.XXX
};
static const size_t nOdffAliases = sizeof(aOdffAliases) / sizeof(aOdffAliases[0]);