diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-12 17:46:56 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-12 17:46:56 +0200 |
commit | b89da4bbb9e4fb2b94bf3d5dcc225a0d88936953 (patch) | |
tree | bbd230c9f39461b4b42cea783b979ec19ff567bc /dbaccess | |
parent | f7ed67f2cf79fd067c1634e8f7c3f8a17792f2e5 (diff) |
Type: BROWSER_INVALID_ID -> BROWSER_INVALIDID
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index 901d2a38824d..f64f6c86d69b 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -1415,7 +1415,7 @@ sal_Int8 SbaGridControl::AcceptDrop( const BrowserAcceptDropEvent& rEvt ) if (IsCurrentAppending()) --nCorrectRowCount; // the current data record doesn't really exist, we are appending a new one - if ((nCol == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount) || GetColumnId(nCol) == 0 || GetColumnId(nCol) == BROWSER_INVALID_ID ) + if ((nCol == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount) || GetColumnId(nCol) == 0 || GetColumnId(nCol) == BROWSER_INVALIDID ) // no valid cell under the mouse cursor break; |