sw/source/uibase/table/tablepg.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6935efb902658ff2fdd8b154472816b3f035eca4
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Jan 9 09:18:20 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jan 9 14:57:20 2024 +0100

    sw: document SwFormatTablePage
    
    SwFormatFoo is usually a pool item, but this one is not.
    
    Change-Id: Id60578dea4931926f86f5884985f86f346772850
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161814
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/uibase/table/tablepg.hxx 
b/sw/source/uibase/table/tablepg.hxx
index b033cedc4d95..80a680817caf 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -27,6 +27,9 @@ class SwWrtShell;
 class SwTableRep;
 struct ImplSVEvent;
 
+/// Provides the Table tab page on the Table -> Properties dialog, which works 
on an existing table.
+///
+/// Has nothing to do with the other SwFormatSomething classes, which are 
subclasses of SfxPoolItem.
 class SwFormatTablePage : public SfxTabPage
 {
     SwTableRep*     m_pTableData;

Reply via email to