summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2015-09-23 15:13:46 +0200
committerEike Rathke <erack@redhat.com>2015-09-28 13:03:41 +0000
commit4a33435137e4d9fb7a85c527a37edc6780170d9a (patch)
tree673d57fc37474f7994dffda6098d5f1e7914a7dc
parentf86ff1a0c164649b06d4721e659c500b0855b79d (diff)
follow up of tdf#94214
provide forward compatibility for name change of FINV Reviewed-on: https://gerrit.libreoffice.org/18814 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 2cc040878ce816b0353224910333e33a20983359) Conflicts: sc/source/core/tool/compiler.cxx Change-Id: I0afd2555be94c452172e5a357f2f0897be381863 Reviewed-on: https://gerrit.libreoffice.org/18909 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.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 ffd2635819ac..ce6a31ba8874 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -2636,6 +2636,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray )
{ "GOALSEEK", ocBackSolver }, // GOALSEEK -> ORG.OPENOFFICE.GOALSEEK
{ "COM.MICROSOFT.F.DIST", ocFDist_LT }, // fdo#40835, -> FDIST -> COM.MICROSOFT.F.DIST
// Renamed new names, prepare to read future names:
+ { "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]);