summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatehdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updatehdl.hxx')
-rw-r--r--extensions/source/update/check/updatehdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.hxx b/extensions/source/update/check/updatehdl.hxx
index f509c73bbbc3..da93b1f9dc44 100644
--- a/extensions/source/update/check/updatehdl.hxx
+++ b/extensions/source/update/check/updatehdl.hxx
@@ -155,7 +155,7 @@ private:
public:
UpdateHandler( const css::uno::Reference< css::uno::XComponentContext > & rxContext,
const rtl::Reference< IActionListener > & rxActionListener );
- virtual ~UpdateHandler();
+ virtual ~UpdateHandler() override;
UpdateHandler(const UpdateHandler&) = delete;
UpdateHandler& operator=(const UpdateHandler&) = delete;