sw/inc/unotbl.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit adf924ce6742a419e6a082ebd60d58d296e2971e
Author: Miklos Vajna <[email protected]>
AuthorDate: Mon Mar 21 19:57:16 2022 +0100
Commit: Miklos Vajna <[email protected]>
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 <[email protected]>
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,