User: kz Date: 05/01/21 09:09:08 Modified: /dba/dbaccess/source/ui/browser/ genericcontroller.cxx
Log: INTEGRATION: CWS dba22 (1.58.2); FILE MERGED 2005/01/11 07:31:11 oj 1.58.2.1: #i39200# modified corrected 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.58&r2=1.59 Delta lines: +1 -1 ------------------- --- genericcontroller.cxx 5 Jan 2005 12:33:47 -0000 1.58 +++ genericcontroller.cxx 21 Jan 2005 17:09:05 -0000 1.59 @@ -385,7 +385,7 @@ { Reference<XModifiable> xModi(aEvent.Source,UNO_QUERY); if ( xModi.is() ) - m_bCurrentlyModified = m_bCurrentlyModified || xModi->isModified(); // can only be reset by save + m_bCurrentlyModified = xModi->isModified(); // can only be reset by save else m_bCurrentlyModified = sal_True; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
