Kaydet (Commit) ccd22403 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1079290 uninitialized member

Change-Id: Ibc75fed4b5282d3caeccac54a884ff5dde3d1910
üst 766ec29c
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment