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

(-)source/ui/dlg/sdtreelb.cxx (+1 lines)
Lines 960-965 Link Here
960
		{
960
		{
961
			ErrorBox aErrorBox( this, WB_OK, String( SdResId( STR_READ_DATA_ERROR ) ) );
961
			ErrorBox aErrorBox( this, WB_OK, String( SdResId( STR_READ_DATA_ERROR ) ) );
962
			aErrorBox.Execute();
962
			aErrorBox.Execute();
963
			mpMedium = 0; //On failure the SfxMedium is invalid
963
		}
964
		}
964
	}
965
	}
965
966

Return to issue 90612