diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 10:23:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 08:59:58 +0000 |
commit | f4e24dd79cfe1133b5a34c7fc9036036812f77bf (patch) | |
tree | b051cda51c0e470d4a41f1873cdf9811cb28dd14 /include/xmloff/xmlimp.hxx | |
parent | c1e0dffbe2db3b4459c4d57dbf337b75c7c392d4 (diff) |
loplugin:datamembershadow in xmloff
Change-Id: Ibea23b1757be1ec007f48261130aad74ce750cfc
Reviewed-on: https://gerrit.libreoffice.org/30925
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlimp.hxx')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |