sw/inc/fmtline.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit abca28b4db956848271b53b4bc59f79b5f2f2529
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jun 19 20:28:46 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jun 20 08:31:01 2023 +0200

    sw: document SwFormatLineNumber
    
    The primary use-case here is to have this in certain paragraph styles,
    so that they can request "don't count these lines", like Caption or
    Header.
    
    Change-Id: I2af591d2713cc23f4b634b69797f0dd61a37a2de
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153298
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index 7eaf2e29221b..87b22fe9d140 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -27,6 +27,8 @@
 
 class IntlWrapper;
 
+/// Contains the line numbering properties of this paragraph. Format -> 
Paragraph -> Outline & List
+/// tab, Line Numbering section is the UI for this.
 class SW_DLLPUBLIC SwFormatLineNumber final : public SfxPoolItem
 {
     sal_uLong m_nStartValue   :24; ///< Starting value for the paragraph. 0 == 
no starting value.

Reply via email to