summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frmtool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/frmtool.hxx')
-rw-r--r--sw/source/core/inc/frmtool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index e5161a0dce27..9e8232e4ce2c 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -334,7 +334,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwBorderAttrs)
SwBorderAttrs( const SwModify *pOwner, const SwFrame *pConstructor );
- virtual ~SwBorderAttrs();
+ virtual ~SwBorderAttrs() override;
inline const SwAttrSet &GetAttrSet() const { return m_rAttrSet; }
inline const SvxULSpaceItem &GetULSpace() const { return m_rUL; }