From ccd2240332f2e70e08f62e349176fab03297c39f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 8 Oct 2013 16:38:04 +0100 Subject: CID#1079290 uninitialized member Change-Id: Ibc75fed4b5282d3caeccac54a884ff5dde3d1910 --- svtools/source/contnr/fileview.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'svtools') 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(); -- cgit