summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLExport.cxx')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 08b6c1507860..5691a5b9ce75 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -154,7 +154,7 @@ public:
com::sun::star::chart::XChartDocument > rChartDoc,
bool bIncludeTable );
- UniReference< XMLPropertySetMapper > GetPropertySetMapper() const;
+ UniReference< XMLPropertySetMapper > GetPropertySetMapper() const { return mxPropertySetMapper;}
void SetChartRangeAddress( const OUString& rAddress )
{ msChartAddress = rAddress; }
@@ -1010,10 +1010,6 @@ const OUString& SchXMLExportHelper::getChartCLSID()
return m_pImpl->msCLSID;
}
-UniReference< XMLPropertySetMapper > SchXMLExportHelper_Impl::GetPropertySetMapper() const
-{
- return mxPropertySetMapper;
-}
void SchXMLExportHelper_Impl::exportAutoStyles()
{