Tag: cws_src680_utf2 User: kso Date: 05/04/08 10:39:17 Modified: /dba/dbaccess/source/ui/browser/ sbagrid.cxx
Log: RESYNC: (1.70-1.71); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: sbagrid.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/sbagrid.cxx?r1=1.70.20.1&r2=1.70.20.2 Delta lines: +5 -4 ------------------- --- sbagrid.cxx 7 Sep 2004 07:55:21 -0000 1.70.20.1 +++ sbagrid.cxx 8 Apr 2005 17:39:15 -0000 1.70.20.2 @@ -1634,9 +1634,10 @@ if (IsCurrentAppending()) --nCorrectRowCount; // the current data record doesn't really exist, we are appending a new one - if ((nCol == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount)) + if ((nCol == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount) || GetColumnId(nCol) == 0 ) // no valid cell under the mouse cursor break; + Rectangle aRect = GetCellRect(nRow, nCol, sal_False); if (!aRect.IsInside(rEvt.maPosPixel)) // not dropped within a cell (a cell isn't as wide as the column - the are small spaces) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
