summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoevent.hxx')
-rw-r--r--sw/source/core/inc/unoevent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/unoevent.hxx b/sw/source/core/inc/unoevent.hxx
index f0da67bc7afb..2224db7a9264 100644
--- a/sw/source/core/inc/unoevent.hxx
+++ b/sw/source/core/inc/unoevent.hxx
@@ -38,7 +38,7 @@ class SwHyperlinkEventDescriptor : public SvDetachedEventDescriptor
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) override;
protected:
- virtual ~SwHyperlinkEventDescriptor();
+ virtual ~SwHyperlinkEventDescriptor() override;
public:
SwHyperlinkEventDescriptor();
@@ -66,7 +66,7 @@ public:
SwFrameEventDescriptor( SwXTextGraphicObject& rGraphicRef );
SwFrameEventDescriptor( SwXTextEmbeddedObject& rObjectRef );
- virtual ~SwFrameEventDescriptor();
+ virtual ~SwFrameEventDescriptor() override;
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) override;
@@ -86,7 +86,7 @@ class SwFrameStyleEventDescriptor : public SvEventDescriptor
public:
SwFrameStyleEventDescriptor( sw::ICoreFrameStyle& rStyle );
- virtual ~SwFrameStyleEventDescriptor();
+ virtual ~SwFrameStyleEventDescriptor() override;
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) override;