sw/inc/viscrs.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 086f715f9db0acd02941423bfc523e6c58aa818a
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Nov 14 20:26:25 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Nov 15 08:22:59 2022 +0100

    sw: document SwShellCursor
    
    I.e. SwShellCursor is a cursor, while SwCursorShell is a base class of
    the edit shell/UI.
    
    Change-Id: I28e10360b2ef67ad599ec696a57f7bb30eabd33c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142719
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index e96b29f1076a..24b632cca22c 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -133,6 +133,9 @@ public:
     std::optional<OString> getLOKPayload(int nType, int nViewId) const;
 };
 
+/// Represents the current text cursor of one opened edit window.
+///
+/// See SwShellTableCursor for a table cursor that extends this class.
 class SW_DLLPUBLIC SwShellCursor : public virtual SwCursor, public 
SwSelPaintRects
 {
 private:

Reply via email to