diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-04 14:10:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-04 15:02:17 +0100 |
commit | 1e22bc412920d468b5fde2824d116812e450a7a9 (patch) | |
tree | 09ff9a2ffeb73293ae4f591360d75b636d842816 /sw/source/core/text/pordrop.hxx | |
parent | 1c7251ead55846c0ae295e33a25c9f958f5927d5 (diff) |
rename GetCursorOfst -> GetModelPositionForViewPoint
Change-Id: Ia7202e009f635032178e5467a1ac0ab43f82ccf2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87953
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/text/pordrop.hxx')
-rw-r--r-- | sw/source/core/text/pordrop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx index 2001260768dd..96ba5aed876d 100644 --- a/sw/source/core/text/pordrop.hxx +++ b/sw/source/core/text/pordrop.hxx @@ -83,7 +83,7 @@ public: void PaintDrop( const SwTextPaintInfo &rInf ) const; virtual bool Format( SwTextFormatInfo &rInf ) override; virtual SwPosSize GetTextSize( const SwTextSizeInfo &rInfo ) const override; - virtual TextFrameIndex GetCursorOfst(sal_uInt16 nOfst) const override; + virtual TextFrameIndex GetModelPositionForViewPoint(sal_uInt16 nOfst) const override; sal_uInt16 GetLines() const { return nLines; } sal_uInt16 GetDistance() const { return nDistance; } |