summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/restartdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/restartdialog.cxx')
-rw-r--r--svtools/source/dialogs/restartdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx
index 3deeb8b0995a..0ff1340f85bb 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -51,7 +51,7 @@ public:
btnNo_->SetClickHdl(LINK(this, RestartDialog, hdlNo));
}
virtual ~RestartDialog() { disposeOnce(); }
- virtual void dispose() SAL_OVERRIDE
+ virtual void dispose() override
{
reason_.clear();
btnYes_.clear();