Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-19 08:54:19+0000 Modified: dba/dbaccess/source/ui/app/AppSwapWindow.cxx
Log: don't remember E_NONE as last type File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppSwapWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppSwapWindow.cxx?r1=1.12.98.1&r2=1.12.98.2 Delta lines: +4 -3 ------------------- --- AppSwapWindow.cxx 2008-01-28 11:35:21+0000 1.12.98.1 +++ AppSwapWindow.cxx 2008-02-19 08:54:16+0000 1.12.98.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppSwapWindow.cxx,v $ * - * $Revision: 1.12.98.1 $ + * $Revision: 1.12.98.2 $ * - * last change: $Author: fs $ $Date: 2008/01/28 11:35:21 $ + * last change: $Author: fs $ $Date: 2008/02/19 08:54:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -193,6 +193,7 @@ if ( m_rBorderWin.getView()->getElementNotification()->onContainerSelect( _eType ) ) { + if ( _eType != E_NONE ) m_eLastType = _eType; return true; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
