User: rt Date: 05/02/09 07:18:29 Modified: /dba/dbaccess/source/ui/browser/ genericcontroller.cxx
Log: #i42316# Read-Only fix (OJ) File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.59&r2=1.60 Delta lines: +6 -3 ------------------- --- genericcontroller.cxx 21 Jan 2005 17:09:05 -0000 1.59 +++ genericcontroller.cxx 9 Feb 2005 15:18:26 -0000 1.60 @@ -2,9 +2,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: kz $ $Date: 2005/01/21 17:09:05 $ + * last change: $Author: rt $ $Date: 2005/02/09 15:18:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -275,13 +275,16 @@ { aValue.Value >>= xFrame; } + /* #i42316# else if ( ( *pIter >>= aValue ) && ( 0 == aValue.Name.compareToAscii( "ReadOnly" ) ) ) { aValue.Value >>= m_bReadOnly; } + */ else if ( ( *pIter >>= aValue ) && ( 0 == aValue.Name.compareToAscii( "Preview" ) ) ) { aValue.Value >>= m_bPreview; + m_bReadOnly = sal_True; } } if ( xFrame.is() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
