summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-02-07 23:49:13 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-02-08 16:54:05 +0100
commitcb0d8ba5faf75268654031fa29a809fc01978eaa (patch)
treea86bcf15e34054f3764dc3429efa5ee68a62f1ed /sw/source/core/text/porrst.hxx
parent5c95b277c68a27d91f591b676f1846c6eda04f79 (diff)
sal_Bool to bool
Change-Id: Ia381958971bce86e3ab3eefe3445b491552e908b
Diffstat (limited to 'sw/source/core/text/porrst.hxx')
-rw-r--r--sw/source/core/text/porrst.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx
index de5f2fdb03b6..17615690839f 100644
--- a/sw/source/core/text/porrst.hxx
+++ b/sw/source/core/text/porrst.hxx
@@ -49,7 +49,7 @@ public:
// Returns 0 if we have no usable data
virtual SwLinePortion *Compress();
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
- virtual sal_Bool Format( SwTxtFormatInfo &rInf );
+ virtual bool Format( SwTxtFormatInfo &rInf );
virtual KSHORT GetViewWidth( const SwTxtSizeInfo &rInf ) const;
virtual sal_Int32 GetCrsrOfst( const MSHORT nOfst ) const;
@@ -137,7 +137,7 @@ public:
{ SetWhichPor( POR_HIDDEN_TXT ); SetLen( nLen ); }
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
- virtual sal_Bool Format( SwTxtFormatInfo &rInf );
+ virtual bool Format( SwTxtFormatInfo &rInf );
};
/*************************************************************************
@@ -161,7 +161,7 @@ public:
}
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
- virtual sal_Bool Format( SwTxtFormatInfo &rInf );
+ virtual bool Format( SwTxtFormatInfo &rInf );
virtual KSHORT GetViewWidth( const SwTxtSizeInfo& rInf ) const;
};