diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-09 15:28:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-10 08:44:23 +0200 |
commit | d913b7d2d8f5d8caf69b80274c58d7e27d207a0d (patch) | |
tree | 84184fcafcb017dcf983cddb3f1f81661f891977 /include/editeng | |
parent | 3edfbb0885f8f9b18074d42e16539436077631ef (diff) |
loplugin:unusedmethods
Change-Id: I6f976ba8f792d2cee34859e9258798351eed8b1d
Reviewed-on: https://gerrit.libreoffice.org/52636
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index ee856b9e6b35..6f9c67132c7c 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -930,9 +930,7 @@ public: OutputDevice* GetRefDevice() const; sal_uLong GetTextHeight() const; - sal_uLong GetTextHeight( sal_Int32 nParagraph ) const; tools::Rectangle GetParaBounds( sal_Int32 nParagraph ) const; - Point GetDocPosTopLeft( sal_Int32 nParagraph ); Point GetDocPos( const Point& rPaperPos ) const; bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ); bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, bool* pbBulletPos ); |