summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r--sw/inc/fmtcol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index e7e1b6346027..1a5269356b9d 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -186,7 +186,7 @@ public:
sal_uLong nSubCond = 0 );
SwCollCondition( SwTextFormatColl* pColl, sal_uLong nMasterCond,
const OUString& rSubExp );
- virtual ~SwCollCondition();
+ virtual ~SwCollCondition() override;
/// @@@ public copy ctor, but no copy assignment?
SwCollCondition( const SwCollCondition& rCpy );
@@ -223,7 +223,7 @@ protected:
public:
- virtual ~SwConditionTextFormatColl();
+ virtual ~SwConditionTextFormatColl() override;
const SwCollCondition* HasCondition( const SwCollCondition& rCond ) const;
const SwFormatCollConditions& GetCondColls() const { return m_CondColls; }