diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-04 11:50:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-04 18:39:07 +0100 |
commit | 2b3ece8b2e22b42dd3e80a691a4a492837f7996b (patch) | |
tree | 706b89865286d9dfbe3f842fdc4b84d1ff22b1fd /include | |
parent | 03685b1ab86a9b8d78ad2a4fd460c2aaa50f03ab (diff) |
rename Get/SetPropTextFirstLineOfst -> Get/SetPropTextFirstLineOffset
Change-Id: Ib963dccf0f803534c741eacc31a44dc5c90889fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87958
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/lrspitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/lrspitem.hxx b/include/editeng/lrspitem.hxx index f6ebc1ead0bd..5567c3c03b9f 100644 --- a/include/editeng/lrspitem.hxx +++ b/include/editeng/lrspitem.hxx @@ -110,9 +110,9 @@ public: inline void SetTextFirstLineOffset( const short nF, const sal_uInt16 nProp = 100 ); short GetTextFirstLineOffset() const { return nFirstLineOfst; } - void SetPropTextFirstLineOfst( const sal_uInt16 nProp ) + void SetPropTextFirstLineOffset( const sal_uInt16 nProp ) { nPropFirstLineOfst = nProp; } - sal_uInt16 GetPropTextFirstLineOfst() const + sal_uInt16 GetPropTextFirstLineOffset() const { return nPropFirstLineOfst; } void SetTextFirstLineOffsetValue( const short nValue ) { nFirstLineOfst = nValue; } |