Tag: cws_src680_dba202a User: oj Date: 05/11/20 23:17:44 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: #i56333# check column id for invalid File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.44&r2=1.44.24.1 Delta lines: +4 -4 ------------------- --- TEditControl.cxx 23 Sep 2005 12:45:38 -0000 1.44 +++ TEditControl.cxx 21 Nov 2005 07:17:41 -0000 1.44.24.1 @@ -4,9 +4,9 @@ * * $RCSfile: TEditControl.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.44.24.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:45:38 $ + * last change: $Author: oj $ $Date: 2005/11/21 07:17:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1601,7 +1601,7 @@ if ( HANDLE_ID != nColId ) { - if ( nRow < 0 ) + if ( nRow < 0 && nColId != BROWSER_INVALIDID ) { // hit the header if ( 3 != nColId ) { // 3 would mean the last column, and this last column is auto-sized --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
