coverity#738581 Uninitialized pointer field
Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b
This commit is contained in:
parent
994362b3bd
commit
6ca45dbb0c
@ -641,7 +641,8 @@ TPGalleryThemeGeneral::TPGalleryThemeGeneral( Window* pParent, const SfxItemSet&
|
||||
aFtMSShowContent ( this, CUI_RES( FT_MS_SHOW_CONTENT ) ),
|
||||
aFlMSGeneralSecond ( this, CUI_RES( FL_MS_GENERAL_SECOND ) ),
|
||||
aFtMSChangeDate ( this, CUI_RES( FT_MS_CHANGEDATE ) ),
|
||||
aFtMSShowChangeDate ( this, CUI_RES( FT_MS_SHOW_CHANGEDATE ) )
|
||||
aFtMSShowChangeDate ( this, CUI_RES( FT_MS_SHOW_CHANGEDATE ) ),
|
||||
pData(NULL)
|
||||
{
|
||||
FreeResource();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user