summaryrefslogtreecommitdiffstats
path: root/editeng/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-03 15:09:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 07:12:02 +0100
commit1ae5f7978788ac5192b19bb3da791bb27c7b2d89 (patch)
tree225e697835284b27bc568936f3004758ed30ec8e /editeng/inc
parentTSCP: Store paragraph signature RDF in the paragraph (diff)
downloadcore-1ae5f7978788ac5192b19bb3da791bb27c7b2d89.tar.gz
core-1ae5f7978788ac5192b19bb3da791bb27c7b2d89.zip
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.hxx3
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: