From f4e24dd79cfe1133b5a34c7fc9036036812f77bf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Nov 2016 10:23:00 +0200 Subject: loplugin:datamembershadow in xmloff Change-Id: Ibea23b1757be1ec007f48261130aad74ce750cfc Reviewed-on: https://gerrit.libreoffice.org/30925 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlimp.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 84e171365146..f4ed9fd40b30 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -206,9 +206,9 @@ class XMLOFF_DLLPUBLIC SvXMLImport : public ::cppu::WeakImplHelper8< const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList); void Characters(const OUString& aChars); -protected: - css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator; + +protected: bool mbIsFormsSupported; bool mbIsTableShapeSupported; bool mbIsGraphicLoadOnDemandSupported; -- cgit