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 d048affb1dda..a74e92e5f72f 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -52,7 +52,7 @@ namespace frm
ORichTextControl();
protected:
- ~ORichTextControl();
+ virtual ~ORichTextControl();
public:
// XServiceInfo - static version
@@ -113,7 +113,7 @@ namespace frm
protected:
ORichTextPeer();
- ~ORichTextPeer();
+ virtual ~ORichTextPeer();
// XView
void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;