diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-05-09 20:08:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-05-10 08:06:49 +0200 |
commit | 3ce14653edd9a7f845f81d9e727b5031a3349291 (patch) | |
tree | 3dbbd8956cd982ea597cbab91b410f1b76c7ecb5 | |
parent | bedd7279bccc490fd330c94420d6cf108202d5c6 (diff) |
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 <vmiklos@collabora.com>
-rw-r--r-- | sw/source/core/inc/unofield.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |