summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 09:22:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 09:36:57 +0200
commit1802cfca17e7f12a0666dd884108e5b5a666b36f (patch)
treef79e178a1a03e205814ad58d2e932cb52760acd6 /xmloff
parentbd5a91f5a3ee9448279e67a50d27d9c6540f0dad (diff)
mxStatusIndicator is unused
ever since commit eaefa688bfff0f73992c84496d4ce89e16ac3550 Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Nov 2 22:33:34 2011 +0000 callcatcher: ditch some unused code Change-Id: Ifca9734ad29257d0d692cf36e709837cbe02af29
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/SchXMLImport.hxx2
-rw-r--r--xmloff/source/chart/SchXMLImport.cxx7
2 files changed, 0 insertions, 9 deletions
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<SchXMLImportHelper> 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();