summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-10 11:46:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-11 08:44:36 +0200
commit026077340dc5659ab4428691d4cd265d118eb726 (patch)
tree8d4cd6316fbc61c2b549f9e7e83e4b84cc29023b /cui/source/inc/macropg.hxx
parent19156dccf7040094ce682081545213abb321c559 (diff)
loplugin:datamembershadow in SvxMacroTabPage_
Change-Id: I8cd1a4fef6bd0966620692c316a40ea47dd14d7d Reviewed-on: https://gerrit.libreoffice.org/54105 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index cd6ecb5533e1..2020c3e4f0bf 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -63,9 +63,9 @@ class SvxMacroTabPage_ : public SfxTabPage
static long GenericHandler_Impl( SvxMacroTabPage_* pThis, PushButton* pBtn );
+ css::uno::Reference< css::container::XNameReplace > m_xAppEvents;
protected:
SvxMacroTabPage_Impl* mpImpl;
- css::uno::Reference< css::container::XNameReplace > m_xAppEvents;
css::uno::Reference< css::container::XNameReplace > m_xDocEvents;
css::uno::Reference< css::util::XModifiable > m_xModifiable;
EventsHash m_appEventsHash;