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:
class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper
{
private:
const OUString msTrue;
const OUString msFalse;
SvXMLExport& mrExport;
com::sun::star::uno::Reference< com::sun::star::chart2::XChartDocument > mxChartDoc;
......
......@@ -195,8 +195,6 @@ XMLChartPropertySetMapper::~XMLChartPropertySetMapper()
XMLChartExportPropertyMapper::XMLChartExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper,
SvXMLExport& rExport) :
SvXMLExportPropertyMapper( rMapper ),
msTrue( GetXMLToken( XML_TRUE )),
msFalse( GetXMLToken( XML_FALSE )),
mrExport( rExport )
{
// chain draw properties
......
......@@ -408,11 +408,6 @@ SdXMLExport::SdXMLExport(
mpPropertySetMapper(0L),
mpPresPagePropsMapper(0L),
mbIsDraw(bIsDraw),
msZIndex( GetXMLToken(XML_ZINDEX) ),
msEmptyPres( "IsEmptyPresentationObject" ),
msModel( "Model" ),
msStartShape( "StartShape" ),
msEndShape( "EndShape" ),
msPageLayoutNames( "PageLayoutNames" )
{
......
......@@ -115,11 +115,6 @@ class SdXMLExport : public SvXMLExport
bool mbIsDraw;
const OUString msZIndex;
const OUString msEmptyPres;
const OUString msModel;
const OUString msStartShape;
const OUString msEndShape;
const OUString msPageLayoutNames;
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