summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/dbg_lay.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/dbg_lay.cxx')
-rw-r--r--sw/source/core/layout/dbg_lay.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx
index 74c1a3d24cab..612555369e92 100644
--- a/sw/source/core/layout/dbg_lay.cxx
+++ b/sw/source/core/layout/dbg_lay.cxx
@@ -177,7 +177,7 @@ class SwSizeEnterLeave : public SwImplEnterLeave
public:
SwSizeEnterLeave( const SwFrame* pF, PROT nFunct, DbgAction nAct, void* pPar )
: SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrameHeight( pF->Frame().Height() ) {}
- virtual ~SwSizeEnterLeave() {}
+ virtual ~SwSizeEnterLeave() override {}
virtual void Leave() override; // resize message
};
@@ -187,7 +187,7 @@ class SwUpperEnterLeave : public SwImplEnterLeave
public:
SwUpperEnterLeave( const SwFrame* pF, PROT nFunct, DbgAction nAct, void* pPar )
: SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrameId( 0 ) {}
- virtual ~SwUpperEnterLeave() {}
+ virtual ~SwUpperEnterLeave() override {}
virtual void Enter() override; // message
virtual void Leave() override; // message of FrameId from upper
};
@@ -198,7 +198,7 @@ class SwFrameChangesLeave : public SwImplEnterLeave
public:
SwFrameChangesLeave( const SwFrame* pF, PROT nFunct, DbgAction nAct, void* pPar )
: SwImplEnterLeave( pF, nFunct, nAct, pPar ), aFrame( pF->Frame() ) {}
- virtual ~SwFrameChangesLeave() {}
+ virtual ~SwFrameChangesLeave() override {}
virtual void Enter() override; // no message
virtual void Leave() override; // message when resizing the Frame area
};