include/svl/numuno.hxx |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 3f0d41c14d2198fcf86104050dd42cdb82b3e9a4
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Sep 7 16:08:25 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Sep 8 10:52:53 2023 +0200

    document SvNumberFormatsSupplierObj
    
    Change-Id: Ic07f09f1f01f850caa489f0dfdb5622d8b49a990
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156694
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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>

Reply via email to