diff options
Diffstat (limited to 'sw/inc/fmtrowsplt.hxx')
-rw-r--r-- | sw/inc/fmtrowsplt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtrowsplt.hxx b/sw/inc/fmtrowsplt.hxx index f216aba8766b..c9aad4a80078 100644 --- a/sw/inc/fmtrowsplt.hxx +++ b/sw/inc/fmtrowsplt.hxx @@ -26,7 +26,7 @@ class IntlWrapper; -class SW_DLLPUBLIC SwFormatRowSplit : public SfxBoolItem +class SW_DLLPUBLIC SwFormatRowSplit final : public SfxBoolItem { public: SwFormatRowSplit( bool bSplit = true ) : SfxBoolItem( RES_ROW_SPLIT, bSplit ) {} |