sc/source/core/tool/compiler.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2cc040878ce816b0353224910333e33a20983359
Author: Winfried Donkers <winfrieddonk...@libreoffice.org>
Date:   Wed Sep 23 15:13:46 2015 +0200

    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+libreoff...@googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 965ad02..04b7edc 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]);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to