summaryrefslogtreecommitdiff
path: root/unoxml/source/events/mutationevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/mutationevent.hxx')
-rw-r--r--unoxml/source/events/mutationevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/mutationevent.hxx b/unoxml/source/events/mutationevent.hxx
index 5dc6472d9dff..224d8943adb7 100644
--- a/unoxml/source/events/mutationevent.hxx
+++ b/unoxml/source/events/mutationevent.hxx
@@ -50,7 +50,7 @@ protected:
public:
explicit CMutationEvent();
- virtual ~CMutationEvent();
+ virtual ~CMutationEvent() override;
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getRelatedNode() throw (css::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getPrevValue() throw (css::uno::RuntimeException, std::exception) override;