summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itradj.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-05 15:24:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-06 07:00:09 +0100
commit1091e4f2140685c4a59a59a43bebc437baf84038 (patch)
tree9507cacda81f63fef1e84395a0df2cb3e99dbd0b /sw/source/core/text/itradj.cxx
parentbe89cb65e262d8f04baf26ac663ee419fdbc3048 (diff)
rename SetOfst -> SetOffset
Change-Id: Ic33454dbbbe9c189eb5eebda2c25c6cff3251c84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88027 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/text/itradj.cxx')
-rw-r--r--sw/source/core/text/itradj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/itradj.cxx b/sw/source/core/text/itradj.cxx
index b1b712db4274..e3c24e6cf5ca 100644
--- a/sw/source/core/text/itradj.cxx
+++ b/sw/source/core/text/itradj.cxx
@@ -107,7 +107,7 @@ void SwTextAdjuster::FormatBlock( )
GetInfo().SetIdx( m_nStart );
CalcNewBlock( m_pCurr, pFly );
GetInfo().SetIdx( nOldIdx );
- GetInfo().GetParaPortion()->GetRepaint().SetOfst(0);
+ GetInfo().GetParaPortion()->GetRepaint().SetOffset(0);
}
static bool lcl_CheckKashidaPositions( SwScriptInfo& rSI, SwTextSizeInfo& rInf, SwTextIter& rItr,
@@ -666,7 +666,7 @@ void SwTextAdjuster::CalcAdjLine( SwLineLayout *pCurrent )
case SvxAdjust::Center:
{
CalcFlyAdjust( pCurrent );
- pPara->GetRepaint().SetOfst( 0 );
+ pPara->GetRepaint().SetOffset( 0 );
break;
}
case SvxAdjust::Block: