diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-07 16:08:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-08 10:52:53 +0200 |
commit | 3f0d41c14d2198fcf86104050dd42cdb82b3e9a4 (patch) | |
tree | 027a4bd6dce1d2d102108deba367ad3c6dbe68e3 /include | |
parent | 7dc3be651b050c7b4d383d8ee25b69728418acc7 (diff) |
document SvNumberFormatsSupplierObj
Change-Id: Ic07f09f1f01f850caa489f0dfdb5622d8b49a990
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156694
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/numuno.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/svl/numuno.hxx b/include/svl/numuno.hxx index a439b95599ae..c7c04194187b 100644 --- a/include/svl/numuno.hxx +++ b/include/svl/numuno.hxx @@ -35,9 +35,10 @@ namespace comphelper } -// SvNumberFormatsSupplierObj: aggregate to document, -// construct with SvNumberFormatter - +/** + * Factory for XNumberFormats objects. + * Implements XAggregation because it is aggregated to ScModelObj + */ class SVL_DLLPUBLIC SvNumberFormatsSupplierObj : public cppu::WeakAggImplHelper2< css::util::XNumberFormatsSupplier, css::lang::XUnoTunnel> |