sw/inc/unotbl.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit adf924ce6742a419e6a082ebd60d58d296e2971e
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Mar 21 19:57:16 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Mar 22 08:37:41 2022 +0100

    sw: document SwXTableRows
    
    Which has a backing core C++ class, unlike table columns.
    
    Change-Id: Iebc546b8c3424f976043deceee8307eae764bbb1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131914
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 49f19ae8395c..f4ab9ef81cb1 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -431,6 +431,7 @@ public:
 
 };
 
+/// UNO API wrapper for SwTableLines.
 class SwXTableRows final : public cppu::WeakImplHelper
 <
     css::table::XTableRows,

Reply via email to