sw/source/core/text/pordrop.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a227efdbc9128f6a3038b4cb0ae4cb87f20bb7d0
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Feb 9 21:13:29 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Feb 10 08:53:18 2022 +0100

    sw: document SwDropPortion
    
    It does not drop anything, it's about initials.
    
    Change-Id: Ibb71870a73ff4bc8695e67ffc44c5893c318b9cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129739
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx
index d89b0cfd1c9d..50dd00e5668e 100644
--- a/sw/source/core/text/pordrop.hxx
+++ b/sw/source/core/text/pordrop.hxx
@@ -60,6 +60,7 @@ public:
     void SetJoinBorderWithNext( const bool bJoinNext ) { m_bJoinBorderWithNext 
= bJoinNext; }
 };
 
+/// Text portion for the Format -> Paragraph -> Drop Caps functionality.
 class SwDropPortion : public SwTextPortion
 {
     friend class SwDropCapCache;

Reply via email to