summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-19 20:42:14 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-24 23:22:06 +0100
commit4c2393eae69902107febc62161fd842fdea953c4 (patch)
tree67a03c77bc867978f19b4fe6e37352930c2234a2 /sw/inc/fesh.hxx
parent61df9ee7b13660a21d513f70410e6716c2409e20 (diff)
sal_uInt16 to size_t and optimizations
Removed unneeded casts, adapted cycles, reduced scope... Change-Id: I1781a9d4c42bd6b85f16e9573d0bc2b201084646
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 65cf7c514e25..94a9f208fb34 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -701,8 +701,8 @@ public:
sal_uInt16 GetCurColNum( SwGetCurColNumPara* pPara = 0 ) const; //0 == not in any column.
sal_uInt16 GetCurMouseColNum( const Point &rPt,
SwGetCurColNumPara* pPara = 0 ) const;
- sal_uInt16 GetCurTabColNum() const; //0 == not in any table.
- sal_uInt16 GetCurMouseTabColNum( const Point &rPt ) const;
+ size_t GetCurTabColNum() const; //0 == not in any table.
+ size_t GetCurMouseTabColNum( const Point &rPt ) const;
sal_uInt16 GetCurOutColNum( SwGetCurColNumPara* pPara = 0 ) const; ///< Current outer column.
sal_Bool IsTableRightToLeft() const;