From 3f0d41c14d2198fcf86104050dd42cdb82b3e9a4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Sep 2023 16:08:25 +0200 Subject: document SvNumberFormatsSupplierObj Change-Id: Ic07f09f1f01f850caa489f0dfdb5622d8b49a990 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156694 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/numuno.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') 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> -- cgit