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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/unoevent.hxx b/sw/source/core/inc/unoevent.hxx
index 2ef2a690eccb..3cae986bae4c 100644
--- a/sw/source/core/inc/unoevent.hxx
+++ b/sw/source/core/inc/unoevent.hxx
@@ -68,7 +68,7 @@ public:
SwFrameEventDescriptor( SwXTextGraphicObject& rGraphicRef );
SwFrameEventDescriptor( SwXTextEmbeddedObject& rObjectRef );
- ~SwFrameEventDescriptor();
+ virtual ~SwFrameEventDescriptor();
virtual OUString SAL_CALL getImplementationName(void)
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -88,7 +88,7 @@ class SwFrameStyleEventDescriptor : public SvEventDescriptor
public:
SwFrameStyleEventDescriptor( SwXFrameStyle& rStyleRef );
- ~SwFrameStyleEventDescriptor();
+ virtual ~SwFrameStyleEventDescriptor();
virtual OUString SAL_CALL getImplementationName(void)
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;