svtools/source/contnr/fileview.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ccd2240332f2e70e08f62e349176fab03297c39f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Oct 8 16:38:04 2013 +0100

    CID#1079290 uninitialized member
    
    Change-Id: Ibc75fed4b5282d3caeccac54a884ff5dde3d1910

diff --git a/svtools/source/contnr/fileview.cxx 
b/svtools/source/contnr/fileview.cxx
index bf52146..a03c882 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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to