| commit | fd9d991ec02c3df178220031be6bd8b38c6c2c23 | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Wed Oct 04 10:55:13 2017 +0300 |
| committer | Dennis Francis <dennis.francis@collabora.co.uk> | Tue Nov 21 16:09:42 2017 +0530 |
| tree | 21f585f03438a20833b8a7243597dadcb96af7c6 | |
| parent | d051fe707c33c08da699c66d9235f15c353f249e [diff] |
Need more ScInterpreterContexts Change-Id: I1dd679156661bb5cb025ca6cb46d19783524d5a4
diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 0f513c2..00f399f 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 {