summaryrefslogtreecommitdiff
path: root/svx/inc/svx/gridctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/gridctrl.hxx')
-rw-r--r--svx/inc/svx/gridctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/gridctrl.hxx b/svx/inc/svx/gridctrl.hxx
index 445d986b2c5e..4efb5d2c86ad 100644
--- a/svx/inc/svx/gridctrl.hxx
+++ b/svx/inc/svx/gridctrl.hxx
@@ -288,7 +288,7 @@ private:
sal_uInt16 m_nOptionMask; // the mask of options to be enabled in setDataSource
// (with respect to the data source capabilities)
// defaults to (insert | update | delete)
- USHORT m_nLastColId;
+ sal_uInt16 m_nLastColId;
long m_nLastRowId;
sal_Bool m_bDesignMode : 1; // default = sal_False
@@ -393,7 +393,7 @@ public:
@return
the text out of the cell
*/
- virtual String GetCellText(long _nRow, USHORT _nColId) const;
+ virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
void RemoveRows(sal_Bool bNewCursor);