sw/inc/paratr.hxx |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 3f8d153115cf5bba6a6f81d34f0db9c51fc6ab22
Author:     Miklos Vajna <[email protected]>
AuthorDate: Fri Dec 19 08:29:23 2025 +0100
Commit:     Miklos Vajna <[email protected]>
CommitDate: Sat Dec 20 16:12:56 2025 +0100

    sw: extend the SwFormatDrop documentation
    
    The old comment happened to focus on the SwClient part of it; also say
    where it appears in the model & where to find it on the UI.
    
    Change-Id: I4d91e4d77b1f9ded6cbe7d0f5b4a9232d697b73a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195909
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index 947e9a7c665e..77931bc207ad 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -60,7 +60,12 @@ namespace o3tl
     template<> struct typed_flags<sw::ListLevelIndents> : 
is_typed_flags<sw::ListLevelIndents, 0x03> {};
 }
 
-/** If SwFormatDrop is a Client, it is the CharFormat that describes the font 
for the
+/**
+   This pool item is in the item set of a text node, for the Drop Caps feature.
+
+   Format -> Paragraph -> Drop Caps on the UI.
+
+   If SwFormatDrop is a Client, it is the CharFormat that describes the font 
for the
    DropCaps. If it is not a Client, formatting uses the CharFormat of the 
paragraph.
    If the CharFormat is modified, this change is propagated to the paragraphs
    via the Modify of SwFormatDrop. */

Reply via email to