diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-15 15:18:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-15 15:18:57 +0200 |
commit | 6de7d32df11efe35a3bb6b242ae6197f977af67a (patch) | |
tree | 0a8d19a7e5b26eaf9a12245fdb68db6e383a7cdc /xmloff | |
parent | f466347a5a054c1705a0a3a453e825f16a01a85d (diff) |
-Werror,-Wunused-private-field
Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/PropertyMaps.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 5 |
4 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index e1827ae81328..3f27bf5370a5 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -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; diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx index 41577bb24189..bdf6af6eed04 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -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 diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 59a3b42162a2..894581548b38 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -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" ) { diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 7b27f8cab0bc..d8311e1c591f 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -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; |