summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-02-22 08:40:37 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-02-22 12:25:07 +0100
commit5e5b86c425be4d67b7a5966c28a034e9616e19f4 (patch)
tree32e7ed605220de54909ea7f6c19d5bfd0022f555 /sw/source/core/inc/txtfrm.hxx
parent69cae997f95234d1f933e0c446c3946978269d31 (diff)
sal_Bool to bool
Change-Id: Ic17400b4cde699387b6fccbc0744aeb8ef5734c5
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 2e8fc9ca84a9..9a6c8c27ca18 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -331,14 +331,14 @@ public:
// nMaxHeight is the required height
// bSplit indicates, that the paragraph has to be split
// bTst indicates, that we are currently doing a test formatting
- virtual sal_Bool WouldFit( SwTwips &nMaxHeight, sal_Bool &bSplit, sal_Bool bTst );
+ virtual bool WouldFit( SwTwips &nMaxHeight, bool &bSplit, bool bTst );
// Hier das WouldFit-Aequivalent fuer mal kurz probeweise
// umgehaengte TextFrames, auch hier liefert
// nMaxHeight die benoetigte Hoehe,
// und bSplit sagt, obj der Absatz gesplittet werden muss.
// Uebergeben wird der potentielle Vorgaenger fuer die Abstandsberechnung
- sal_Bool TestFormat( const SwFrm* pPrv, SwTwips &nMaxHeight, sal_Bool &bSplit );
+ bool TestFormat( const SwFrm* pPrv, SwTwips &nMaxHeight, bool &bSplit );
// Wir formatieren eine Zeile fuer die interaktive Trennung
// Return: found