[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Mon Sep 28 06:04:01 PDT 2015
sc/source/core/tool/compiler.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4a33435137e4d9fb7a85c527a37edc6780170d9a
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date: Wed Sep 23 15:13:46 2015 +0200
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 at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at 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 at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index ffd2635..ce6a31b 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]);
More information about the Libreoffice-commits
mailing list