Kaydet (Commit) 4a334351 authored tarafından Winfried Donkers's avatar Winfried Donkers Kaydeden (comit) Eike Rathke

follow up of tdf#94214

provide forward compatibility for name change of FINV

Reviewed-on: https://gerrit.libreoffice.org/18814Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
(cherry picked from commit 2cc04087)

Conflicts:
	sc/source/core/tool/compiler.cxx

Change-Id: I0afd2555be94c452172e5a357f2f0897be381863
Reviewed-on: https://gerrit.libreoffice.org/18909Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst f86ff1a0
...@@ -2636,6 +2636,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray ) ...@@ -2636,6 +2636,7 @@ bool ScCompiler::IsOpCode( const OUString& rName, bool bInArray )
{ "GOALSEEK", ocBackSolver }, // GOALSEEK -> ORG.OPENOFFICE.GOALSEEK { "GOALSEEK", ocBackSolver }, // GOALSEEK -> ORG.OPENOFFICE.GOALSEEK
{ "COM.MICROSOFT.F.DIST", ocFDist_LT }, // fdo#40835, -> FDIST -> COM.MICROSOFT.F.DIST { "COM.MICROSOFT.F.DIST", ocFDist_LT }, // fdo#40835, -> FDIST -> COM.MICROSOFT.F.DIST
// Renamed new names, prepare to read future names: // Renamed new names, prepare to read future names:
{ "FINV", ocFInv_LT }, // COM.MICROSOFT.F.INV -> FINV
//{ "ORG.OPENOFFICE.XXX", ocXXX } // XXX -> ORG.OPENOFFICE.XXX //{ "ORG.OPENOFFICE.XXX", ocXXX } // XXX -> ORG.OPENOFFICE.XXX
}; };
static const size_t nOdffAliases = sizeof(aOdffAliases) / sizeof(aOdffAliases[0]); static const size_t nOdffAliases = sizeof(aOdffAliases) / sizeof(aOdffAliases[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment