summaryrefslogtreecommitdiff
path: root/include/basic/sbxobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxobj.hxx')
-rw-r--r--include/basic/sbxobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx
index 5115b7107fa2..6a0cf20ca2c9 100644
--- a/include/basic/sbxobj.hxx
+++ b/include/basic/sbxobj.hxx
@@ -39,7 +39,7 @@ protected:
OUString aDfltPropName;
virtual bool LoadData( SvStream&, sal_uInt16 ) override;
virtual bool StoreData( SvStream& ) const override;
- virtual ~SbxObject();
+ virtual ~SbxObject() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
public:
SBX_DECL_PERSIST_NODATA(SBXID_OBJECT,1);