From a976fa5f00a81ff0f006a2da73fded3825e0a7c1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2017 09:26:09 +0200 Subject: mxStatusIndicator is unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ever since commit 8dc268058690337459bc38862c1532c34f171a48 Author: Björn Milcke Date: Fri Feb 9 15:48:29 2001 +0000 Req. change Load/SaveAs for XML format - removed deprecated CTOR Change-Id: I772123e89391fea3578c7ed0986e1bc2d2a42a97 --- xmloff/inc/SchXMLExport.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff/inc') 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 maAutoStylePool; rtl::Reference maExportHelper; -- cgit