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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx
index facab61d5585..2d6c77f20d7d 100644
--- a/sw/inc/fchrfmt.hxx
+++ b/sw/inc/fchrfmt.hxx
@@ -35,7 +35,7 @@ class SW_DLLPUBLIC SwFormatCharFormat: public SfxPoolItem, public SwClient
public:
/// single argument ctors shall be explicit.
explicit SwFormatCharFormat( SwCharFormat *pFormat );
- virtual ~SwFormatCharFormat();
+ virtual ~SwFormatCharFormat() override;
/// @@@ public copy ctor, but no copy assignment?
SwFormatCharFormat( const SwFormatCharFormat& rAttr );