summaryrefslogtreecommitdiff
path: root/unoxml/source/events
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-05 10:25:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-05 15:07:23 +0200
commit2bdf80be4c822378ba101703e4051a37c8f2ad41 (patch)
tree158da830eb78da0b9adf6db850fca80a53571428 /unoxml/source/events
parentb6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (diff)
loplugin:finalclasses in unotools..vbahelper
Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497 Reviewed-on: https://gerrit.libreoffice.org/43160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml/source/events')
-rw-r--r--unoxml/source/events/mouseevent.hxx1
-rw-r--r--unoxml/source/events/mutationevent.hxx1
2 files changed, 0 insertions, 2 deletions
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;