sw/inc/paratr.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit 66748b9b2225384b27708b5591278f1eb29ce112 Author: Miklos Vajna <[email protected]> AuthorDate: Fri Dec 19 08:29:23 2025 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Dec 19 09:29:07 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/+/195877 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx index 08a9a1459c2f..7b76ff332f56 100644 --- a/sw/inc/paratr.hxx +++ b/sw/inc/paratr.hxx @@ -64,7 +64,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. */
