From 2bdf80be4c822378ba101703e4051a37c8f2ad41 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Oct 2017 10:25:29 +0200 Subject: loplugin:finalclasses in unotools..vbahelper Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497 Reviewed-on: https://gerrit.libreoffice.org/43160 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/source/events/mouseevent.hxx | 1 - unoxml/source/events/mutationevent.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'unoxml/source/events') diff --git a/unoxml/source/events/mouseevent.hxx b/unoxml/source/events/mouseevent.hxx index 2b274713e75d..87ea75a2bb66 100644 --- a/unoxml/source/events/mouseevent.hxx +++ b/unoxml/source/events/mouseevent.hxx @@ -35,7 +35,6 @@ typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEv class CMouseEvent : public CMouseEvent_Base { -protected: sal_Int32 m_screenX; sal_Int32 m_screenY; sal_Int32 m_clientX; diff --git a/unoxml/source/events/mutationevent.hxx b/unoxml/source/events/mutationevent.hxx index 413d062e6f9a..c8dfc3aed1a0 100644 --- a/unoxml/source/events/mutationevent.hxx +++ b/unoxml/source/events/mutationevent.hxx @@ -40,7 +40,6 @@ typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationE class CMutationEvent : public CMutationEvent_Base { -protected: css::uno::Reference< css::xml::dom::XNode > m_relatedNode; OUString m_prevValue; OUString m_newValue; -- cgit