diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 09:26:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 09:36:58 +0200 |
commit | a976fa5f00a81ff0f006a2da73fded3825e0a7c1 (patch) | |
tree | 79b67addcbf0e372334e7f3a25a0908ea6c9ea4a /xmloff/inc | |
parent | 1802cfca17e7f12a0666dd884108e5b5a666b36f (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/inc')
-rw-r--r-- | xmloff/inc/SchXMLExport.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx index 8792ea8acfc5..a2a36301a2f7 100644 --- a/xmloff/inc/SchXMLExport.hxx +++ b/xmloff/inc/SchXMLExport.hxx @@ -36,7 +36,6 @@ namespace com { namespace sun { namespace star { class SchXMLExport : public SvXMLExport { private: - css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator; rtl::Reference<SchXMLAutoStylePoolP> maAutoStylePool; rtl::Reference<SchXMLExportHelper> maExportHelper; |