diff options
Diffstat (limited to 'sw/source/core/text/porref.hxx')
-rw-r--r-- | sw/source/core/text/porref.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/porref.hxx b/sw/source/core/text/porref.hxx index b41fbe2db957..e3ed4d9c39d0 100644 --- a/sw/source/core/text/porref.hxx +++ b/sw/source/core/text/porref.hxx @@ -31,14 +31,14 @@ public: class SwIsoRefPortion : public SwRefPortion { - KSHORT nViewWidth; + sal_uInt16 nViewWidth; public: SwIsoRefPortion(); virtual bool Format( SwTxtFormatInfo &rInf ) SAL_OVERRIDE; virtual void Paint( const SwTxtPaintInfo &rInf ) const SAL_OVERRIDE; virtual SwLinePortion *Compress() SAL_OVERRIDE; - virtual KSHORT GetViewWidth( const SwTxtSizeInfo &rInf ) const SAL_OVERRIDE; + virtual sal_uInt16 GetViewWidth( const SwTxtSizeInfo &rInf ) const SAL_OVERRIDE; // Accessibility: pass information about this portion to the PortionHandler virtual void HandlePortion( SwPortionHandler& rPH ) const SAL_OVERRIDE; |