summaryrefslogtreecommitdiff
path: root/svx/source/table/propertyset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/propertyset.hxx')
-rw-r--r--svx/source/table/propertyset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/propertyset.hxx b/svx/source/table/propertyset.hxx
index 3649d2845597..b84125db7206 100644
--- a/svx/source/table/propertyset.hxx
+++ b/svx/source/table/propertyset.hxx
@@ -40,7 +40,7 @@ class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< css::beans::XProp
{
public:
explicit FastPropertySetInfo( const PropertyVector& rProps );
- virtual ~FastPropertySetInfo();
+ virtual ~FastPropertySetInfo() override;
void addProperties( const PropertyVector& rProps );
@@ -62,7 +62,7 @@ class FastPropertySet : public ::cppu::WeakAggImplHelper3< css::beans::XPropert
{
public:
explicit FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo );
- virtual ~FastPropertySet();
+ virtual ~FastPropertySet() override;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw (css::uno::RuntimeException, std::exception) override;