[Libreoffice-commits] core.git: sc/source

Luboš Luňák l.lunak at collabora.com
Tue Jun 12 13:12:14 UTC 2018


 sc/source/core/data/formulacell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b03d6f3b29964c6311b97af5734529285a37f3f
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Tue Jun 12 12:20:13 2018 +0200

    pass ScInterpreterContext to GetFormula()
    
    Change-Id: Iebfb6cb2a9dd60190a2b18cff87163ed49493105
    Reviewed-on: https://gerrit.libreoffice.org/55674
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index f26bb1c85950..40f5cbbd3ba6 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -988,7 +988,7 @@ void ScFormulaCell::GetFormula( OUStringBuffer& rBuffer,
 
             if (pCell)
             {
-                pCell->GetFormula( rBuffer, eGrammar);
+                pCell->GetFormula( rBuffer, eGrammar, pContext );
                 return;
             }
             else


More information about the Libreoffice-commits mailing list