summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 2b624ba8bdeb..65fc9c592336 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -60,10 +60,10 @@ public:
css::uno::Reference< css::uno::XComponentContext > const & xCtx);
virtual ~UpdateInstallDialog();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- bool Close() SAL_OVERRIDE;
- virtual short Execute() SAL_OVERRIDE;
+ bool Close() override;
+ virtual short Execute() override;
private:
UpdateInstallDialog(UpdateInstallDialog &) = delete;