diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2017-09-20 16:29:54 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2017-09-23 17:43:20 +0200 |
commit | c0a61832965aff202d72a2bf51556c5c6b6d594b (patch) | |
tree | 8e6483ba355010202911dce4d831baad0eaeb503 /include | |
parent | 1264964de70c0b1d9442005f731f14c4635c4579 (diff) |
tdf#112089 add charts to the ShapeMap
Charts weren't added to the collection what resulted
in missing ids during export (target field).
Change-Id: Ie96a4e33a52c5448342a3c3dcec0d8e8b244e270
Reviewed-on: https://gerrit.libreoffice.org/42552
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index dadad8d6ca34..cebc4f41ca4d 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -211,10 +211,9 @@ public: ::oox::core::XmlFilterBase* pFB, DocumentType eDocumentType ); virtual ~ChartExport() {} - sal_Int32 GetChartID( ); const css::uno::Reference< css::frame::XModel >& getModel(){ return mxChartModel; } - void WriteChartObj( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nChartCount ); + void WriteChartObj( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nID, sal_Int32 nChartCount ); void ExportContent(); void InitRangeSegmentationProperties( |