recalc for interpreter options changes
Change-Id: I6a6d0ba558d0aae075e2a00f76ce96990af882d3
This commit is contained in:
parent
200cc2d20a
commit
cc847b5885
@ -1081,6 +1081,10 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
|
||||
bCompileErrorCells = true;
|
||||
}
|
||||
|
||||
// Recalc for interpreter options changes.
|
||||
if (pFormulaCfg && pFormulaCfg->GetCalcConfig() != rOpt.GetCalcConfig())
|
||||
bCalcAll = true;
|
||||
|
||||
SetFormulaOptions( rOpt );
|
||||
|
||||
if ( pDocSh )
|
||||
|
Loading…
x
Reference in New Issue
Block a user