diff options
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/inc/mouseevent.hxx | 2 | ||||
-rw-r--r-- | unoxml/inc/mutationevent.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/inc/mouseevent.hxx b/unoxml/inc/mouseevent.hxx index 3f6788e89f13..abbf1ff2c82e 100644 --- a/unoxml/inc/mouseevent.hxx +++ b/unoxml/inc/mouseevent.hxx @@ -32,7 +32,7 @@ namespace DOM { namespace events { typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEvent > CMouseEvent_Base; -class CMouseEvent +class CMouseEvent final : public CMouseEvent_Base { sal_Int32 m_screenX; diff --git a/unoxml/inc/mutationevent.hxx b/unoxml/inc/mutationevent.hxx index 5499b5a93633..68145b270b3e 100644 --- a/unoxml/inc/mutationevent.hxx +++ b/unoxml/inc/mutationevent.hxx @@ -37,7 +37,7 @@ namespace DOM { namespace events { typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationEvent > CMutationEvent_Base; -class CMutationEvent +class CMutationEvent final : public CMutationEvent_Base { css::uno::Reference< css::xml::dom::XNode > m_relatedNode; |