Kaydet (Commit) 6de7d32d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b
üst f466347a
...@@ -45,9 +45,6 @@ public: ...@@ -45,9 +45,6 @@ public:
class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper
{ {
private: private:
const OUString msTrue;
const OUString msFalse;
SvXMLExport& mrExport; SvXMLExport& mrExport;
com::sun::star::uno::Reference< com::sun::star::chart2::XChartDocument > mxChartDoc; com::sun::star::uno::Reference< com::sun::star::chart2::XChartDocument > mxChartDoc;
......
...@@ -195,8 +195,6 @@ XMLChartPropertySetMapper::~XMLChartPropertySetMapper() ...@@ -195,8 +195,6 @@ XMLChartPropertySetMapper::~XMLChartPropertySetMapper()
XMLChartExportPropertyMapper::XMLChartExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper, XMLChartExportPropertyMapper::XMLChartExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper,
SvXMLExport& rExport) : SvXMLExport& rExport) :
SvXMLExportPropertyMapper( rMapper ), SvXMLExportPropertyMapper( rMapper ),
msTrue( GetXMLToken( XML_TRUE )),
msFalse( GetXMLToken( XML_FALSE )),
mrExport( rExport ) mrExport( rExport )
{ {
// chain draw properties // chain draw properties
......
...@@ -408,11 +408,6 @@ SdXMLExport::SdXMLExport( ...@@ -408,11 +408,6 @@ SdXMLExport::SdXMLExport(
mpPropertySetMapper(0L), mpPropertySetMapper(0L),
mpPresPagePropsMapper(0L), mpPresPagePropsMapper(0L),
mbIsDraw(bIsDraw), mbIsDraw(bIsDraw),
msZIndex( GetXMLToken(XML_ZINDEX) ),
msEmptyPres( "IsEmptyPresentationObject" ),
msModel( "Model" ),
msStartShape( "StartShape" ),
msEndShape( "EndShape" ),
msPageLayoutNames( "PageLayoutNames" ) msPageLayoutNames( "PageLayoutNames" )
{ {
......
...@@ -115,11 +115,6 @@ class SdXMLExport : public SvXMLExport ...@@ -115,11 +115,6 @@ class SdXMLExport : public SvXMLExport
bool mbIsDraw; bool mbIsDraw;
const OUString msZIndex;
const OUString msEmptyPres;
const OUString msModel;
const OUString msStartShape;
const OUString msEndShape;
const OUString msPageLayoutNames; const OUString msPageLayoutNames;
virtual void _ExportStyles(bool bUsed) SAL_OVERRIDE; virtual void _ExportStyles(bool bUsed) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment