diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-01-03 19:17:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-01-04 08:28:38 +0100 |
commit | 71141a78f47f9a70aae986959ac80f19ce0816fa (patch) | |
tree | 39618a088eb59264c8851e92df64016e4172d10d /sw | |
parent | 745dcdb1e7e4c070a95db7a1c52840bd65eefa63 (diff) |
sw: document SwDrawTextShell
It's only for shape text, not everything editeng-based (e.g. comment
text is not handled here).
Change-Id: If76bf16c16e6cbf6f9f4c31f234e2d10f6bc9dd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127911
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/drwtxtsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/drwtxtsh.hxx b/sw/source/uibase/inc/drwtxtsh.hxx index 3088809815f9..8c3f4da5d0d6 100644 --- a/sw/source/uibase/inc/drwtxtsh.hxx +++ b/sw/source/uibase/inc/drwtxtsh.hxx @@ -27,6 +27,7 @@ class SdrView; class SwView; class SwWrtShell; +/// SfxShell subclass that is used while interacting with the editeng-based text of a shape. class SwDrawTextShell final : public SfxShell { SwView &m_rView; |