diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-05-03 08:23:19 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-05-03 08:23:19 +0000 |
commit | 07e5b74b696d47bfacf01e5aae44a0c380b1a451 (patch) | |
tree | 740b25af342059978becb461023691f1b37dfe50 /dbaccess/source/ui/inc | |
parent | 3aa8db702380adb5675121f721738afb28c037c0 (diff) |
#86569# transport row pos as signed, not unsigned
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r-- | dbaccess/source/ui/inc/sbagrid.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx index 9247d8cc70a8..c06f149aa6c8 100644 --- a/dbaccess/source/ui/inc/sbagrid.hxx +++ b/dbaccess/source/ui/inc/sbagrid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sbagrid.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2001-04-10 08:52:06 $ + * last change: $Author: fs $ $Date: 2001-05-03 09:23:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -336,8 +336,8 @@ namespace dbaui // drag events virtual void DoColumnDrag(sal_uInt16 nColumnPos); - virtual void DoRowDrag(sal_uInt16 nRowPos); - virtual void DoFieldDrag(sal_uInt16 nColumnPos, sal_uInt16 nRowPos); + virtual void DoRowDrag(sal_Int16 nRowPos); + virtual void DoFieldDrag(sal_uInt16 nColumnPos, sal_Int16 nRowPos); void refresh(); |