summaryrefslogtreecommitdiff
path: root/sw/inc/fmtclds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtclds.hxx')
-rw-r--r--sw/inc/fmtclds.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtclds.hxx b/sw/inc/fmtclds.hxx
index 85d7ead78e3a..0b904800de38 100644
--- a/sw/inc/fmtclds.hxx
+++ b/sw/inc/fmtclds.hxx
@@ -89,7 +89,7 @@ class SW_DLLPUBLIC SwFormatCol : public SfxPoolItem
public:
SwFormatCol();
SwFormatCol( const SwFormatCol& );
- virtual ~SwFormatCol();
+ virtual ~SwFormatCol() override;
//#i120133#
sal_Int16 GetAdjustValue() const { return m_aWidthAdjustValue; }
void SetAdjustValue( sal_Int16 n ) { m_aWidthAdjustValue = n; }