summaryrefslogtreecommitdiff
path: root/include/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:34:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 20:25:15 +0100
commit714f0868a59ff6f8b6032e137c8aa62a95bb20dc (patch)
treefc50ab0e3b24fde4862b6570daace7304ec84a1c /include/linguistic
parentaf7589107e3540d0454965b58e3177f4057ce48c (diff)
loplugin:finalclasses jvmaccess..o3tl
Change-Id: Iadb8621d7490b55ee6dbcadffb3c7e2527958424 Reviewed-on: https://gerrit.libreoffice.org/81655 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/linguistic')
-rw-r--r--include/linguistic/hyphdta.hxx4
-rw-r--r--include/linguistic/spelldta.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index b86d8cf8d78a..23f1c87d0e30 100644
--- a/include/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
@@ -29,7 +29,7 @@
namespace linguistic
{
-class HyphenatedWord :
+class HyphenatedWord final :
public cppu::WeakImplHelper< css::linguistic2::XHyphenatedWord >
{
OUString aWord;
@@ -67,7 +67,7 @@ public:
};
-class PossibleHyphens :
+class PossibleHyphens final :
public cppu::WeakImplHelper
<
css::linguistic2::XPossibleHyphens
diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index 1f0ecf6b37a7..b42a323b81e3 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -48,7 +48,7 @@ void SearchSimilarText( const OUString &rText, LanguageType nLanguage,
std::vector< OUString > & rDicListProps );
-class SpellAlternatives
+class SpellAlternatives final
: public cppu::WeakImplHelper
<
css::linguistic2::XSpellAlternatives,