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

New commits:
commit b5c9472db78fe556bff79164bb91249b285641af
Author: Luboš Luňák <l.lu...@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 <c...@libreoffice.org>
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>
    (cherry picked from commit 6b03d6f3b29964c6311b97af5734529285a37f3f)
    Reviewed-on: https://gerrit.libreoffice.org/55712
    Tested-by: Luboš Luňák <l.lu...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to