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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 13bc6d6559fb..2b624ba8bdeb 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -66,8 +66,8 @@ public:
virtual short Execute() SAL_OVERRIDE;
private:
- UpdateInstallDialog(UpdateInstallDialog &) SAL_DELETED_FUNCTION;
- void operator =(UpdateInstallDialog &) SAL_DELETED_FUNCTION;
+ UpdateInstallDialog(UpdateInstallDialog &) = delete;
+ void operator =(UpdateInstallDialog &) = delete;
class Thread;
friend class Thread;