sw/source/core/text/pordrop.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a227efdbc9128f6a3038b4cb0ae4cb87f20bb7d0
Author: Miklos Vajna <[email protected]>
AuthorDate: Wed Feb 9 21:13:29 2022 +0100
Commit: Miklos Vajna <[email protected]>
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 <[email protected]>
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;