summaryrefslogtreecommitdiff
path: root/sw/inc/fchrfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fchrfmt.hxx')
-rw-r--r--sw/inc/fchrfmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx
index c42ba44fbcd0..bef670ffef5f 100644
--- a/sw/inc/fchrfmt.hxx
+++ b/sw/inc/fchrfmt.hxx
@@ -27,7 +27,7 @@
class SwTextCharFormat;
class IntlWrapper;
-class SW_DLLPUBLIC SwFormatCharFormat: public SfxPoolItem, public SwClient
+class SW_DLLPUBLIC SwFormatCharFormat final : public SfxPoolItem, public SwClient
{
friend class SwTextCharFormat;
SwTextCharFormat* m_pTextAttribute; ///< My text attribute.
@@ -39,10 +39,10 @@ public:
/// @@@ public copy ctor, but no copy assignment?
SwFormatCharFormat( const SwFormatCharFormat& rAttr );
-protected:
- virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
private:
+ virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+
/// @@@ public copy ctor, but no copy assignment?
SwFormatCharFormat & operator= (const SwFormatCharFormat &) = delete;
public: