summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextcontrol.hxx')
-rw-r--r--forms/source/richtext/richtextcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx
index c48fa618da62..0c552848df5b 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -75,7 +75,7 @@ namespace frm
typedef ::cppu::ImplHelper1 < css::frame::XDispatchProvider
> ORichTextPeer_Base;
- class ORichTextPeer :public VCLXWindow
+ class ORichTextPeer final :public VCLXWindow
,public ORichTextPeer_Base
,public ITextSelectionListener
{
@@ -96,7 +96,7 @@ namespace frm
// XInterface
DECLARE_XINTERFACE( )
- protected:
+ private:
ORichTextPeer();
virtual ~ORichTextPeer() override;