summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porref.cxx
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/porref.cxx
parent5c95b277c68a27d91f591b676f1846c6eda04f79 (diff)
sal_Bool to bool
Change-Id: Ia381958971bce86e3ab3eefe3445b491552e908b
Diffstat (limited to 'sw/source/core/text/porref.cxx')
-rw-r--r--sw/source/core/text/porref.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/text/porref.cxx b/sw/source/core/text/porref.cxx
index 0cb2538251fe..5b8dab6c6abd 100644
--- a/sw/source/core/text/porref.cxx
+++ b/sw/source/core/text/porref.cxx
@@ -72,10 +72,9 @@ KSHORT SwIsoRefPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const
* virtual SwIsoRefPortion::Format()
*************************************************************************/
-sal_Bool SwIsoRefPortion::Format( SwTxtFormatInfo &rInf )
+bool SwIsoRefPortion::Format( SwTxtFormatInfo &rInf )
{
- const sal_Bool bFull = SwLinePortion::Format( rInf );
- return bFull;
+ return SwLinePortion::Format( rInf );
}
/*************************************************************************