summaryrefslogtreecommitdiff
path: root/include/basic/sbxvar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxvar.hxx')
-rw-r--r--include/basic/sbxvar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 4f7765009ad7..4a625d1b8c8e 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -84,7 +84,7 @@ protected:
OUString aToolString; // tool string copy
virtual void Broadcast( sal_uInt32 ); // Broadcast-Call
- virtual ~SbxValue();
+ virtual ~SbxValue() override;
virtual bool LoadData( SvStream&, sal_uInt16 ) override;
virtual bool StoreData( SvStream& ) const override;
public:
@@ -236,7 +236,7 @@ protected:
SbxInfoRef pInfo; // Probably called information
sal_uInt32 nUserData; // User data for Call()
SbxObject* pParent; // Currently attached object
- virtual ~SbxVariable();
+ virtual ~SbxVariable() override;
virtual bool LoadData( SvStream&, sal_uInt16 ) override;
virtual bool StoreData( SvStream& ) const override;
public: