sw/source/core/inc/unofield.hxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 3ce14653edd9a7f845f81d9e727b5031a3349291 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon May 9 20:08:13 2022 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue May 10 08:06:49 2022 +0200 sw: document SwXTextField I.e. the UNO class wraps SwFormatField, and that wraps SwField. Change-Id: Ieadcf8bf1de8a034dacc567b1193ec2c5391a42a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134092 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/core/inc/unofield.hxx b/sw/source/core/inc/unofield.hxx index 67960cb74cac..b6b281cec582 100644 --- a/sw/source/core/inc/unofield.hxx +++ b/sw/source/core/inc/unofield.hxx @@ -120,6 +120,10 @@ typedef ::cppu::WeakImplHelper , css::util::XUpdatable > SwXTextField_Base; +/** + * UNO wrapper around an SwFormatField, i.e. a Writer field that the user creates via Insert -> + * Field. + */ class SwXTextField final : public SwXTextField_Base {