diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-09-14 23:55:20 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-09-15 12:38:22 +0200 |
commit | 23c01f82682469e25fa2a8407c55100e89ab86de (patch) | |
tree | 38d85d60d058d46e8c5876d552fbc45c2c9df5a0 /chart2/source/inc/ObjectIdentifier.hxx | |
parent | d0760109b7bb965187243cdb1d3a07df83039db1 (diff) |
Add documentation for data table added classes and functions
Change-Id: Idc9756bf5b468d8ed0d11e6a75703d96350e1273
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139960
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'chart2/source/inc/ObjectIdentifier.hxx')
-rw-r--r-- | chart2/source/inc/ObjectIdentifier.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx index b79a5fe9ca1e..14b684f59f46 100644 --- a/chart2/source/inc/ObjectIdentifier.hxx +++ b/chart2/source/inc/ObjectIdentifier.hxx @@ -150,6 +150,7 @@ public: static OUString createParticleForLegend( const rtl::Reference<::chart::ChartModel>& xChartModel ); + /** Creates an identifier for the data table */ static OUString createParticleForDataTable( const rtl::Reference<::chart::ChartModel>& xChartModel ); |