From d913b7d2d8f5d8caf69b80274c58d7e27d207a0d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Apr 2018 15:28:34 +0200 Subject: loplugin:unusedmethods Change-Id: I6f976ba8f792d2cee34859e9258798351eed8b1d Reviewed-on: https://gerrit.libreoffice.org/52636 Tested-by: Jenkins Reviewed-by: Noel Grandin --- editeng/source/outliner/outlin2.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'editeng') diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx index 96285309a635..2c24cc1178a6 100644 --- a/editeng/source/outliner/outlin2.cxx +++ b/editeng/source/outliner/outlin2.cxx @@ -414,11 +414,6 @@ OutputDevice* Outliner::GetRefDevice() const return pEditEngine->GetRefDevice(); } -sal_uLong Outliner::GetTextHeight( sal_Int32 nParagraph ) const -{ - return pEditEngine->GetTextHeight(nParagraph ); -} - tools::Rectangle Outliner::GetParaBounds( sal_Int32 nParagraph ) const { return pEditEngine->GetParaBounds(nParagraph ); @@ -429,11 +424,6 @@ Point Outliner::GetDocPos( const Point& rPaperPos ) const return pEditEngine->GetDocPos( rPaperPos ); } -Point Outliner::GetDocPosTopLeft( sal_Int32 nParagraph ) -{ - return pEditEngine->GetDocPosTopLeft( nParagraph ); -} - bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) { return IsTextPos( rPaperPos, nBorder, nullptr ); -- cgit