diff options
author | Katarina Behrens <bubli@bubli.org> | 2013-02-13 15:44:34 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-13 18:21:55 +0100 |
commit | 32edd34a2056f0eba1a44fd01743908b1a4729b5 (patch) | |
tree | bf6dc781234796df8148cccc39ea0f94fb0ca176 /oox/inc | |
parent | 30862ca42c6b548a2dce99c0f2a0c2886f059dfa (diff) |
fdo#59789: xlsx export of data point labels, first cut
Change-Id: I4a9d893ce7999970a559851ce2faac50b3d01b6e
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/export/chartexport.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/inc/oox/export/chartexport.hxx b/oox/inc/oox/export/chartexport.hxx index f801fc39968f..83b2ef196a2f 100644 --- a/oox/inc/oox/export/chartexport.hxx +++ b/oox/inc/oox/export/chartexport.hxx @@ -159,6 +159,9 @@ private: void exportDataPoints( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesProperties, sal_Int32 nSeriesLength ); + void exportDataLabels( + const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesProperties, + sal_Int32 nSeriesLength ); void exportGrouping( sal_Bool isBar = sal_False ); void exportMarker(); void exportSmooth(); |