diff options
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index 82a444829f77..7eaf2e29221b 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -27,7 +27,7 @@ class IntlWrapper; -class SW_DLLPUBLIC SwFormatLineNumber: public SfxPoolItem +class SW_DLLPUBLIC SwFormatLineNumber final : public SfxPoolItem { sal_uLong m_nStartValue :24; ///< Starting value for the paragraph. 0 == no starting value. bool m_bCountLines :1; ///< Also count lines of paragraph. |