summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dflyobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/dflyobj.hxx')
-rw-r--r--sw/source/core/inc/dflyobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index 4a8274db6a28..e62391d5b050 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -47,7 +47,7 @@ protected:
public:
SwFlyDrawObj();
- virtual ~SwFlyDrawObj();
+ virtual ~SwFlyDrawObj() override;
// for instantiation of this class while loading (via factory)
virtual sal_uInt32 GetObjInventor() const override;
@@ -79,7 +79,7 @@ public:
SwVirtFlyDrawObj(SdrObject& rNew, SwFlyFrame* pFly);
- virtual ~SwVirtFlyDrawObj();
+ virtual ~SwVirtFlyDrawObj() override;
// override method of base class SdrVirtObj
virtual void TakeObjInfo( SdrObjTransformInfoRec& rInfo ) const override;