[Libreoffice-commits] core.git: xmloff/inc xmloff/source
Stephan Bergmann
sbergman at redhat.com
Wed Jul 15 06:19:24 PDT 2015
xmloff/inc/XMLChartPropertySetMapper.hxx | 3 ---
xmloff/source/chart/PropertyMaps.cxx | 2 --
xmloff/source/draw/sdxmlexp.cxx | 5 -----
xmloff/source/draw/sdxmlexp_impl.hxx | 5 -----
4 files changed, 15 deletions(-)
New commits:
commit 6de7d32df11efe35a3bb6b242ae6197f977af67a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jul 15 15:18:32 2015 +0200
-Werror,-Wunused-private-field
Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx
index e1827ae..3f27bf5 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 41577bb..bdf6af6 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 59a3b42..8945815 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 7b27f8c..d8311e1 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;
More information about the Libreoffice-commits
mailing list