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

New commits:
commit 4cad1d6229309f8a06634686b295bca54aaecd56
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Sep 5 20:15:57 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Sep 6 08:09:40 2022 +0200

    sw: document SwSelPaintRects
    
    This was mostly about the cursor only, but nowadays hosts other overlays
    as well.
    
    Change-Id: I4c43592273e4b996c2d7ed915fa78bd15ea41f98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139451
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index 7866b6335f2a..e96b29f1076a 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -71,6 +71,11 @@ public:
 namespace sw::overlay { class OverlayRangesOutline; }
 class MapMode;
 
+/**
+ * SwSelPaintRects is a base class of SwShellCursor, which stores the overlay 
for the
+ * cursor/selection: a list of rectangles to be painted as an overlay. It is 
also capable of
+ * painting other overlays as needed (text input, content control).
+ */
 class SwSelPaintRects : public SwRects
 {
     friend void InitCore();

Reply via email to