summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2018-06-12 12:20:13 +0200
committerLuboš Luňák <l.lunak@collabora.com>2018-06-12 15:11:51 +0200
commit6b03d6f3b29964c6311b97af5734529285a37f3f (patch)
treef9c658f202e1fd393f393b3271ddd898eff5a41e
parent33ba2d0c7358db32d4784627078602118b569e05 (diff)
pass ScInterpreterContext to GetFormula()
Change-Id: Iebfb6cb2a9dd60190a2b18cff87163ed49493105 Reviewed-on: https://gerrit.libreoffice.org/55674 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
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