summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 09:26:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 09:36:58 +0200
commita976fa5f00a81ff0f006a2da73fded3825e0a7c1 (patch)
tree79b67addcbf0e372334e7f3a25a0908ea6c9ea4a /xmloff/source
parent1802cfca17e7f12a0666dd884108e5b5a666b36f (diff)
mxStatusIndicator is unused
ever since commit 8dc268058690337459bc38862c1532c34f171a48 Author: Björn Milcke <bm@openoffice.org> Date: Fri Feb 9 15:48:29 2001 +0000 Req. change Load/SaveAs for XML format - removed deprecated CTOR Change-Id: I772123e89391fea3578c7ed0986e1bc2d2a42a97
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 92b53cafbc0d..26f46f8d24b9 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -3517,12 +3517,6 @@ SchXMLExport::SchXMLExport(
SchXMLExport::~SchXMLExport()
{
- // stop progress view
- if( mxStatusIndicator.is())
- {
- mxStatusIndicator->end();
- mxStatusIndicator->reset();
- }
}
ErrCode SchXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass )