summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertycontrolextender.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertycontrolextender.hxx')
-rw-r--r--extensions/source/propctrlr/propertycontrolextender.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propertycontrolextender.hxx b/extensions/source/propctrlr/propertycontrolextender.hxx
index aa615184f77c..e0103d8bcbb2 100644
--- a/extensions/source/propctrlr/propertycontrolextender.hxx
+++ b/extensions/source/propctrlr/propertycontrolextender.hxx
@@ -51,7 +51,7 @@ namespace pcr
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~PropertyControlExtender();
+ virtual ~PropertyControlExtender() override;
private:
::std::unique_ptr< PropertyControlExtender_Data > m_pData;