diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-18 18:27:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-19 03:03:23 +0200 |
commit | fb745ece0be4e1042c940bae2df8420296fea1ee (patch) | |
tree | a4e49b99ccd3f4f9c573f1168bcbca090cfc6400 /include | |
parent | 7bb87abc0cc7bf17af62117b65e18bc007573e6e (diff) |
export axis number format to OOXML
Change-Id: I1dcea725686f8224bda03913d0b0da9f743a5fb7
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index ddc60871f521..8ac7fe649fc4 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -181,6 +181,8 @@ private: void exportMissingValueTreatment(com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet> xPropSet); + OUString getNumberFormatCode(sal_Int32 nKey) const; + 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 ); |