summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrform2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-07-21 10:56:36 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-07-21 10:56:36 +0100
commit8cf6b6be59df82f5e112a151c79f43a947b6dba7 (patch)
tree6e01cbdda0387420e0ae6d47cd7bda8573f343d7 /sw/source/core/text/itrform2.cxx
parent3aa3449d1183f670877203d5ca56782c81b61717 (diff)
cmcfixes77: #i113318# silence gcc warning
Diffstat (limited to 'sw/source/core/text/itrform2.cxx')
-rw-r--r--sw/source/core/text/itrform2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index c7527b372554..36f54bdae940 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -1587,8 +1587,8 @@ xub_StrLen SwTxtFormatter::FormatLine( const xub_StrLen nStartPos )
}
else
{
- bBuild = ( GetInfo().GetTxtFly()->IsOn() && ChkFlyUnderflow( GetInfo() )
- || GetInfo().CheckFtnPortion( pCurr ) );
+ bBuild = ( GetInfo().GetTxtFly()->IsOn() && ChkFlyUnderflow(GetInfo()) )
+ || GetInfo().CheckFtnPortion(pCurr);
if( bBuild )
{
GetInfo().SetNumDone( bOldNumDone );