diff options
Diffstat (limited to 'include/basic/sbxprop.hxx')
-rw-r--r-- | include/basic/sbxprop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxprop.hxx b/include/basic/sbxprop.hxx index 9f72d9fdbe61..4f23088273b3 100644 --- a/include/basic/sbxprop.hxx +++ b/include/basic/sbxprop.hxx @@ -29,7 +29,7 @@ public: SBX_DECL_PERSIST_NODATA(SBXID_PROPERTY,1); SbxProperty( const OUString& r, SbxDataType t ); SbxProperty( const SbxProperty& r ) : SvRefBase( r ), SbxVariable( r ) {} - virtual ~SbxProperty(); + virtual ~SbxProperty() override; SbxProperty& operator=( const SbxProperty& r ) { SbxVariable::operator=( r ); return *this; } virtual SbxClassType GetClass() const override; |