summaryrefslogtreecommitdiff
path: root/unoxml/source/events/event.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/event.hxx')
-rw-r--r--unoxml/source/events/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/event.hxx b/unoxml/source/events/event.hxx
index 929416838dea..e829ae496cfd 100644
--- a/unoxml/source/events/event.hxx
+++ b/unoxml/source/events/event.hxx
@@ -52,7 +52,7 @@ public:
explicit CEvent();
- virtual ~CEvent();
+ virtual ~CEvent() override;
virtual OUString SAL_CALL getType() throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL getTarget() throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL getCurrentTarget() throw (css::uno::RuntimeException, std::exception) override;