Kaydet (Commit) f013eab8 authored tarafından Eike Rathke's avatar Eike Rathke

bring some sense into this translated comment

Change-Id: I1b121fd3f41bafb70a80ae1b01b9b02debbd2dfc
üst 671ddc6f
......@@ -1754,10 +1754,10 @@ void ScFormulaCell::SetDirty( bool bDirtyFlag )
SetDirtyVar();
else
{
// Multiple Formulas avoid tracking in Load and Copy compileAll
// by Scenario and Copy Block From Clip.
// If unconditional required Formula tracking is set before SetDirty
// bDirty = false, eg in CompileTokenArray
// Avoid multiple formula tracking in Load() and in CompileAll()
// after CopyScenario() and CopyBlockFromClip().
// If unconditional formula tracking is needed, set bDirty=false
// before calling SetDirty(), for example in CompileTokenArray().
if ( !bDirty || mbPostponedDirty || !pDocument->IsInFormulaTree( this ) )
{
if( bDirtyFlag )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment