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

(-)source/dialog/optinet2.cxx (-1 / +1 lines)
Lines 1876-1882 Link Here
1876
		if( pCurDocShell->HasSecurityOptOpenReadOnly() && !bIsHTMLDoc )
1876
		if( pCurDocShell->HasSecurityOptOpenReadOnly() && !bIsHTMLDoc )
1877
		{
1877
		{
1878
			maRecommReadOnlyCB.Check( pCurDocShell->IsSecurityOptOpenReadOnly() );
1878
			maRecommReadOnlyCB.Check( pCurDocShell->IsSecurityOptOpenReadOnly() );
1879
//!			maRecommReadOnlyCB.Enable( !bIsReadonly );
1879
			maRecommReadOnlyCB.Enable( !bIsReadonly );
1880
		}
1880
		}
1881
		else
1881
		else
1882
			maRecommReadOnlyCB.Disable();
1882
			maRecommReadOnlyCB.Disable();

Return to issue 93142