sw/source/uibase/inc/drwtxtsh.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 71141a78f47f9a70aae986959ac80f19ce0816fa
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jan 3 19:17:22 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jan 4 08:28:38 2022 +0100

    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 <vmik...@collabora.com>

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;

Reply via email to