summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartPropertySetMapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/inc/XMLChartPropertySetMapper.hxx
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/inc/XMLChartPropertySetMapper.hxx')
-rw-r--r--xmloff/inc/XMLChartPropertySetMapper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx
index 7ead99500a84..e1827ae81328 100644
--- a/xmloff/inc/XMLChartPropertySetMapper.hxx
+++ b/xmloff/inc/XMLChartPropertySetMapper.hxx
@@ -30,9 +30,6 @@ class SvXMLExport;
class XMLChartPropHdlFactory : public XMLPropertyHandlerFactory
{
-private:
- const XMLPropertyHandler* GetShapePropertyHandler( sal_Int32 nType ) const;
-
public:
virtual ~XMLChartPropHdlFactory();
virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const SAL_OVERRIDE;
@@ -81,8 +78,6 @@ public:
SvXMLExport& rExport );
virtual ~XMLChartExportPropertyMapper();
- void setAdaptPercentage( bool bNewValue );
-
void setChartDoc( com::sun::star::uno::Reference<
com::sun::star::chart2::XChartDocument > xChartDoc );
};