From 026077340dc5659ab4428691d4cd265d118eb726 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 May 2018 11:46:20 +0200 Subject: loplugin:datamembershadow in SvxMacroTabPage_ Change-Id: I8cd1a4fef6bd0966620692c316a40ea47dd14d7d Reviewed-on: https://gerrit.libreoffice.org/54105 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/inc/macropg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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; -- cgit