sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5c9472db78fe556bff79164bb91249b285641af Author: Luboš Luňák <[email protected]> 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 <[email protected]> Reviewed-by: Luboš Luňák <[email protected]> (cherry picked from commit 6b03d6f3b29964c6311b97af5734529285a37f3f) Reviewed-on: https://gerrit.libreoffice.org/55712 Tested-by: Luboš Luňák <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
