Kaydet (Commit) 02607734 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:datamembershadow in SvxMacroTabPage_

Change-Id: I8cd1a4fef6bd0966620692c316a40ea47dd14d7d
Reviewed-on: https://gerrit.libreoffice.org/54105Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 19156dcc
......@@ -53,8 +53,6 @@ bool DataMemberShadow::VisitFieldDecl(FieldDecl const * fieldDecl)
return true;
if (loplugin::isSamePathname(aFileName, SRCDIR "/cppcanvas/source/mtfrenderer/emfplus.cxx"))
return true;
if (loplugin::isSamePathname(aFileName, SRCDIR "/cui/source/customize/eventdlg.hxx"))
return true;
if (loplugin::isSamePathname(aFileName, SRCDIR "/include/sfx2/recentdocsview.hxx"))
return true;
if (loplugin::isSamePathname(aFileName, SRCDIR "/include/sfx2/templatelocalview.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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment