summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.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/txtnode/fntcap.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/txtnode/fntcap.cxx')
-rw-r--r--sw/source/core/txtnode/fntcap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index 98fca76d705f..8ab9cf830b98 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -370,7 +370,7 @@ void SwDoCapitalCursorOfst::Do()
rInf.GetText(),
rInf.GetIdx(),
rInf.GetLen(), 0, false );
- aDrawInf.SetOfst( nOfst );
+ aDrawInf.SetOffset( nOfst );
aDrawInf.SetKern( rInf.GetKern() );
aDrawInf.SetKanaComp( rInf.GetKanaComp() );
aDrawInf.SetFrame( rInf.GetFrame() );