summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-15 00:21:21 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-15 03:58:33 +0200
commite68ceaec43f0c0ff326064642072bb8f904e7e8a (patch)
tree5a5875b4f8a8bbfbe9b8072cefda67f1af8b8ff2 /include/oox
parentd6f685f43472f8f849edbc0f5aefd017fcce5912 (diff)
export missing value treatment to OOXML
Change-Id: I1a448e9c954a3851fe3590a0fae73ed5b27555f0
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx3
1 files changed, 3 insertions, 0 deletions
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 );