[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/source

Luboš Luňák l.lunak at collabora.com
Tue Jun 12 16:34:06 UTC 2018


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

New commits:
commit b5c9472db78fe556bff79164bb91249b285641af
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>
    (cherry picked from commit 6b03d6f3b29964c6311b97af5734529285a37f3f)
    Reviewed-on: https://gerrit.libreoffice.org/55712
    Tested-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 1bec26aab99a..e1a80effa3b3 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