summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portab.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/portab.hxx')
-rw-r--r--sw/source/core/text/portab.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portab.hxx b/sw/source/core/text/portab.hxx
index b5042809a63a..285826c378c8 100644
--- a/sw/source/core/text/portab.hxx
+++ b/sw/source/core/text/portab.hxx
@@ -32,14 +32,14 @@ class SwTabPortion : public SwFixPortion
const bool bAutoTabStop;
// Format() branches either into PreFormat() or PostFormat()
- sal_Bool PreFormat( SwTxtFormatInfo &rInf );
+ bool PreFormat( SwTxtFormatInfo &rInf );
public:
SwTabPortion( const KSHORT nTabPos, const sal_Unicode cFill = '\0', const bool bAutoTab = true );
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual bool Format( SwTxtFormatInfo &rInf );
virtual void FormatEOL( SwTxtFormatInfo &rInf );
- sal_Bool PostFormat( SwTxtFormatInfo &rInf );
- inline sal_Bool IsFilled() const { return 0 != cFill; }
+ bool PostFormat( SwTxtFormatInfo &rInf );
+ inline bool IsFilled() const { return 0 != cFill; }
inline KSHORT GetTabPos() const { return nTabPos; }
inline bool IsAutoTabStop() const { return bAutoTabStop; }