diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 09:22:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 09:36:57 +0200 |
commit | 1802cfca17e7f12a0666dd884108e5b5a666b36f (patch) | |
tree | f79e178a1a03e205814ad58d2e932cb52760acd6 /xmloff/source | |
parent | bd5a91f5a3ee9448279e67a50d27d9c6540f0dad (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/source')
-rw-r--r-- | xmloff/source/chart/SchXMLImport.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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(); |