summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextengine.hxx')
-rw-r--r--forms/source/richtext/richtextengine.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/richtext/richtextengine.hxx b/forms/source/richtext/richtextengine.hxx
index a6ce40624793..e71189907e4f 100644
--- a/forms/source/richtext/richtextengine.hxx
+++ b/forms/source/richtext/richtextengine.hxx
@@ -39,7 +39,7 @@ namespace frm
~IEngineStatusListener() {}
};
- class RichTextEngine : public EditEngine
+ class RichTextEngine final : public EditEngine
{
private:
SfxItemPool* m_pEnginePool;
@@ -57,16 +57,14 @@ namespace frm
SfxItemPool* getPool() { return m_pEnginePool; }
- protected:
+ private:
/** constructs a new RichTextEngine. The instances takes the ownership of the given SfxItemPool
*/
explicit RichTextEngine( SfxItemPool* _pPool );
- private:
RichTextEngine( const RichTextEngine& ) = delete;
RichTextEngine& operator=( const RichTextEngine& ) = delete;
- private:
DECL_LINK( EditEngineStatusChanged, EditStatus&, void );
};