View | Details | Raw Unified | Return to issue 121001
Collapse All | Expand All

(-)sc/source/ui/docshell/docsh.cxx (+1 lines)
Lines 1412-1417 Link Here
1412
	}
1412
	}
1413
	FinishedLoading( SFX_LOADED_MAINDOCUMENT | SFX_LOADED_IMAGES );
1413
	FinishedLoading( SFX_LOADED_MAINDOCUMENT | SFX_LOADED_IMAGES );
1414
1414
1415
	GetUndoManager()->Clear();
1415
	// #73762# invalidate eventually temporary table areas
1416
	// #73762# invalidate eventually temporary table areas
1416
	if ( bRet )
1417
	if ( bRet )
1417
		aDocument.InvalidateTableArea();
1418
		aDocument.InvalidateTableArea();

Return to issue 121001