summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-10-04 10:55:13 +0300
committerDennis Francis <dennis.francis@collabora.co.uk>2017-11-21 13:49:52 +0530
commit0565d230efe0909addf3b9a57edff5d1cb114ae4 (patch)
tree1a509f4ba8a7d774f60859ef4dd14e9795287fca /sc/source
parentf80c5f7704decb1e484e5984d5c8d82031b66d5e (diff)
Need more ScInterpreterContexts
Change-Id: I1dd679156661bb5cb025ca6cb46d19783524d5a4
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/interpr6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx
index 0f513c231327..00f399fab47c 100644
--- a/sc/source/core/tool/interpr6.cxx
+++ b/sc/source/core/tool/interpr6.cxx
@@ -846,7 +846,7 @@ void ScInterpreter::IterateParameters( ScIterFunc eFunc, bool bTextAsZero )
nFuncFmtIndex = aAction.getNumberFormat();
}
- nFuncFmtType = pDok->GetFormatTable()->GetType( nFuncFmtIndex );
+ nFuncFmtType = mrContext.GetFormatTable()->GetType( nFuncFmtIndex );
}
else
{