Tag: cws_src680_dbabeta2 User: oj Date: 05/02/09 06:56:19 Modified: /dba/dbaccess/source/ui/browser/ genericcontroller.cxx
Log: #i42316# set readonly only when in preview mode 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.59.14.1 Delta lines: +6 -3 ------------------- --- genericcontroller.cxx 21 Jan 2005 17:09:05 -0000 1.59 +++ genericcontroller.cxx 9 Feb 2005 14:56:15 -0000 1.59.14.1 @@ -2,9 +2,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.59.14.1 $ * - * last change: $Author: kz $ $Date: 2005/01/21 17:09:05 $ + * last change: $Author: oj $ $Date: 2005/02/09 14:56:15 $ * * 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]
