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 282553b606c5..1e99d16c3d36 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -47,7 +47,7 @@ public:
btnYes_->SetClickHdl(LINK(this, RestartDialog, hdlYes));
btnNo_->SetClickHdl(LINK(this, RestartDialog, hdlNo));
}
- virtual ~RestartDialog() { dispose(); }
+ virtual ~RestartDialog() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE
{
reason_.clear();