summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-06-17 14:40:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-17 20:03:38 +0200
commit90ff738d1ba1df253d66cc1137b7c0adf450d1d7 (patch)
tree14239fced762745fcc2672c8fbfff6ba7d676165 /include
parent8fb67b3cf6d893aabb82ac77e6f9cb14c4dc37d1 (diff)
EditEngine::GetTextHeightNTP is unused
ever since commit 2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Thu Apr 4 10:55:36 2024 +0200 loplugin:unusedmethods Change-Id: I2ccdbf45ac688e39df23fd69b8ec21efebad044c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169003 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editeng.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 93ec14037ccd..27e5da82febc 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -282,7 +282,6 @@ public:
OUString GetText( const ESelection& rSelection ) const;
sal_Int32 GetTextLen() const;
sal_uInt32 GetTextHeight() const;
- SAL_DLLPRIVATE sal_uInt32 GetTextHeightNTP() const;
sal_uInt32 CalcTextWidth();
OUString GetText( sal_Int32 nParagraph ) const;