summaryrefslogtreecommitdiff
path: root/editeng/inc/edtspell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/edtspell.hxx')
-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: