From e68ceaec43f0c0ff326064642072bb8f904e7e8a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 15 Apr 2015 00:21:21 +0200 Subject: export missing value treatment to OOXML Change-Id: I1a448e9c954a3851fe3590a0fae73ed5b27555f0 --- include/oox/export/chartexport.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/oox') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 170fe91031b6..ddc60871f521 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -178,6 +178,9 @@ private: void exportView3D(); bool isDeep3dChart(); + void exportMissingValueTreatment(com::sun::star::uno::Reference< + com::sun::star::beans::XPropertySet> xPropSet); + public: ChartExport( sal_Int32 nXmlNamespace, ::sax_fastparser::FSHelperPtr pFS, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel, ::oox::core::XmlFilterBase* pFB = NULL, DocumentType eDocumentType = DOCUMENT_PPTX ); -- cgit