summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsushil_shinde <sushil.shinde@synerzip.com>2013-12-27 14:38:53 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-16 14:41:05 +0100
commitb1e6269d1c0b312a2990324f0334527d2c04414a (patch)
tree51d9a5d86a0daf09e88138228906beb8e16a14a3 /include
parent5b8a16209f1e1d8fc43157463384f6ab407ac514 (diff)
fdo#72520 : Exporting sheet external data for chart for docx files.
- Adding external data path relationship for chart[n].xml for docx files. - Added Unit Test. Change-Id: If48ed21237433ddf6659454dda95d720aabdb300
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/chartexport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index a0f8d319468a..729e9ef28a21 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -113,6 +113,8 @@ private:
sal_Bool bIncludeTable );
void exportChart( com::sun::star::uno::Reference<
com::sun::star::chart::XChartDocument > rChartDoc );
+ void exportExternalData( com::sun::star::uno::Reference<
+ com::sun::star::chart::XChartDocument > rChartDoc );
void exportLegend( com::sun::star::uno::Reference<
com::sun::star::chart::XChartDocument > rChartDoc );
void exportTitle( com::sun::star::uno::Reference<