summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svtools/source/contnr/fileview.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index bf521467ba74..a03c882d8d2e 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -2557,7 +2557,9 @@ QueryDeleteDlg_Impl::QueryDeleteDlg_Impl
_aYesButton ( this, SvtResId( BTN_YES ) ),
_aAllButton ( this, SvtResId( BTN_ALL ) ),
_aNoButton ( this, SvtResId( BTN_NO ) ),
- _aCancelButton( this, SvtResId( BTN_CANCEL ) )
+ _aCancelButton( this, SvtResId( BTN_CANCEL ) ),
+
+ _eResult( QUERYDELETE_YES )
{
FreeResource();