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 5bda91b38949..993bd21edff5 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -49,7 +49,7 @@ namespace frm
ORichTextControl();
protected:
- virtual ~ORichTextControl();
+ virtual ~ORichTextControl() override;
public:
// XServiceInfo - static version
@@ -106,7 +106,7 @@ namespace frm
protected:
ORichTextPeer();
- virtual ~ORichTextPeer();
+ virtual ~ORichTextPeer() override;
// XView
void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(css::uno::RuntimeException, std::exception) override;