summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.hxx')
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx
index 2188f540f000..973e99e926c7 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -118,7 +118,7 @@ namespace pcr
void SetThousandsSep(bool bEnable) { getTypedControlWindow()->SetThousandsSep(bEnable); }
protected:
- virtual ~OFormattedNumericControl();
+ virtual ~OFormattedNumericControl() override;
};
@@ -136,7 +136,7 @@ namespace pcr
virtual css::uno::Type SAL_CALL getValueType() throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~OFileUrlControl();
+ virtual ~OFileUrlControl() override;
};
@@ -146,7 +146,7 @@ namespace pcr
{
public:
OTimeDurationControl( vcl::Window* pParent );
- virtual ~OTimeDurationControl();
+ virtual ~OTimeDurationControl() override;
// XPropertyControl
::sal_Int16 SAL_CALL getControlType() throw (css::uno::RuntimeException) override;