From fb745ece0be4e1042c940bae2df8420296fea1ee Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 18 Apr 2015 18:27:23 +0200 Subject: export axis number format to OOXML Change-Id: I1dcea725686f8224bda03913d0b0da9f743a5fb7 --- include/oox/export/chartexport.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 ); -- cgit