diff options
Diffstat (limited to 'sw/source/core/text/portxt.hxx')
-rw-r--r-- | sw/source/core/text/portxt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/portxt.hxx b/sw/source/core/text/portxt.hxx index 21237a98d8..240d40acca 100644 --- a/sw/source/core/text/portxt.hxx +++ b/sw/source/core/text/portxt.hxx @@ -82,7 +82,7 @@ class SwHolePortion : public SwLinePortion KSHORT nBlankWidth; public: SwHolePortion( const SwTxtPortion &rPor ); - inline const KSHORT GetBlankWidth( ) const { return nBlankWidth; } + inline KSHORT GetBlankWidth( ) const { return nBlankWidth; } inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } virtual SwLinePortion *Compress(); virtual sal_Bool Format( SwTxtFormatInfo &rInf ); |