diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fchrfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx index 5c631f76ed1e..facab61d5585 100644 --- a/sw/inc/fchrfmt.hxx +++ b/sw/inc/fchrfmt.hxx @@ -40,7 +40,7 @@ public: /// @@@ public copy ctor, but no copy assignment? SwFormatCharFormat( const SwFormatCharFormat& rAttr ); protected: - virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; + virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; private: /// @@@ public copy ctor, but no copy assignment? |