From 1802cfca17e7f12a0666dd884108e5b5a666b36f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2017 09:22:35 +0200 Subject: mxStatusIndicator is unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ever since commit eaefa688bfff0f73992c84496d4ce89e16ac3550 Author: Caolán McNamara Date: Wed Nov 2 22:33:34 2011 +0000 callcatcher: ditch some unused code Change-Id: Ifca9734ad29257d0d692cf36e709837cbe02af29 --- xmloff/inc/SchXMLImport.hxx | 2 -- xmloff/source/chart/SchXMLImport.cxx | 7 ------- 2 files changed, 9 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index a1c3f698dca3..4119496c5894 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -151,8 +151,6 @@ enum SchXMLRegEquationAttrMap class SchXMLImport : public SvXMLImport { private: - css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator; - rtl::Reference maImportHelper; protected: diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx index 21f9864b0cea..30d1b6506f28 100644 --- a/xmloff/source/chart/SchXMLImport.cxx +++ b/xmloff/source/chart/SchXMLImport.cxx @@ -503,13 +503,6 @@ SchXMLImport::SchXMLImport( SchXMLImport::~SchXMLImport() throw () { - // stop progress view - if( mxStatusIndicator.is()) - { - mxStatusIndicator->end(); - mxStatusIndicator->reset(); - } - uno::Reference< chart2::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); if( xChartDoc.is() && xChartDoc->hasControllersLocked() ) xChartDoc->unlockControllers(); -- cgit