diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 10:55:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 19:58:14 +0200 |
commit | 2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 (patch) | |
tree | 37be5459b0c7a516bd8b66098d8ca1ef2f9de2b6 /linguistic/source/lngprophelp.cxx | |
parent | ad4b72a0eacf6bb6887236ea3a3807b1264de822 (diff) |
loplugin:unusedmethods
Change-Id: I19f466a272c821185bea4b45efd34392e525c0d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165785
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/lngprophelp.cxx')
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 97b5e3332eae..e3d09665625e 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -714,11 +714,6 @@ sal_Int16 PropertyHelper_Hyphenation::GetMinWordLength() const return mxPropHelper->GetMinWordLength(); } -sal_Int16 PropertyHelper_Hyphenation::GetTextHyphenZone() const -{ - return mxPropHelper->GetTextHyphenZone(); -} - bool PropertyHelper_Hyphenation::IsNoHyphenateCaps() const { return mxPropHelper->IsNoHyphenateCaps(); |