diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-03 15:09:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-06 07:12:02 +0100 |
commit | 1ae5f7978788ac5192b19bb3da791bb27c7b2d89 (patch) | |
tree | 225e697835284b27bc568936f3004758ed30ec8e /editeng/inc | |
parent | e6b200524bd5f614ab5ece88e8187466e7c40096 (diff) |
loplugin:finalclasses in editeng
Change-Id: I3cf074d101311e516ee1ce23ad032225780f3e25
Reviewed-on: https://gerrit.libreoffice.org/44314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/edtspell.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editeng/inc/edtspell.hxx b/editeng/inc/edtspell.hxx index 1165e7a1f54d..82ed2f618e9d 100644 --- a/editeng/inc/edtspell.hxx +++ b/editeng/inc/edtspell.hxx @@ -113,7 +113,7 @@ public: const_iterator end() const; }; -class EdtAutoCorrDoc : public SvxAutoCorrDoc +class EdtAutoCorrDoc final : public SvxAutoCorrDoc { EditEngine* mpEditEngine; ContentNode* pCurNode; @@ -122,7 +122,6 @@ class EdtAutoCorrDoc : public SvxAutoCorrDoc bool bAllowUndoAction; bool bUndoAction; -protected: void ImplStartUndoAction(); public: |