summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-11 16:00:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-11 17:17:39 +0200
commit7b0b20bdd19bdf3903f5b3d623e8d8e110f6df3c (patch)
treef5ce634ebb09903679c1db54a76213a3f87bce18 /sw/source/core/text/portxt.cxx
parent4ae157db4bf4e6c33e03c99b24455541aa712782 (diff)
"underflow" is one word
Change-Id: I31db021b916b64e9fc0c02f62bdfe7e7f6aa7b9e
Diffstat (limited to 'sw/source/core/text/portxt.cxx')
-rw-r--r--sw/source/core/text/portxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portxt.cxx b/sw/source/core/text/portxt.cxx
index 1b11d3b32db4..422d9d6b1e75 100644
--- a/sw/source/core/text/portxt.cxx
+++ b/sw/source/core/text/portxt.cxx
@@ -282,7 +282,7 @@ void SwTxtPortion::BreakUnderflow( SwTxtFormatInfo &rInf )
Width( 0 );
SetLen( 0 );
SetAscent( 0 );
- rInf.SetUnderFlow( this );
+ rInf.SetUnderflow( this );
}
/*************************************************************************
@@ -299,7 +299,7 @@ bool SwTxtPortion::_Format( SwTxtFormatInfo &rInf )
{
// 5744: If only the hypen does not fit anymore, we still need to wrap
// the word, or else return true!
- if( rInf.IsUnderFlow() && rInf.GetSoftHyphPos() )
+ if( rInf.IsUnderflow() && rInf.GetSoftHyphPos() )
{
// soft hyphen portion has triggered an underflow event because
// of an alternative spelling position
@@ -441,7 +441,7 @@ bool SwTxtPortion::_Format( SwTxtFormatInfo &rInf )
( !bFirstPor || rInf.GetFly() || rInf.GetLast()->IsFlyPortion() ||
rInf.IsFirstMulti() ) &&
( !rInf.GetLast()->IsBlankPortion() || ((SwBlankPortion*)
- rInf.GetLast())->MayUnderFlow( rInf, rInf.GetIdx()-1, true )))
+ rInf.GetLast())->MayUnderflow( rInf, rInf.GetIdx()-1, true )))
{ // case C1 (former BreakUnderflow())
BreakUnderflow( rInf );
}