recalc for interpreter options changes

Change-Id: I6a6d0ba558d0aae075e2a00f76ce96990af882d3
This commit is contained in:
Eike Rathke 2014-03-14 18:52:54 +01:00
parent 200cc2d20a
commit cc847b5885

View File

@ -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 )