coverity#738581 Uninitialized pointer field
Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b
This commit is contained in:
@@ -641,7 +641,8 @@ TPGalleryThemeGeneral::TPGalleryThemeGeneral( Window* pParent, const SfxItemSet&
|
|||||||
aFtMSShowContent ( this, CUI_RES( FT_MS_SHOW_CONTENT ) ),
|
aFtMSShowContent ( this, CUI_RES( FT_MS_SHOW_CONTENT ) ),
|
||||||
aFlMSGeneralSecond ( this, CUI_RES( FL_MS_GENERAL_SECOND ) ),
|
aFlMSGeneralSecond ( this, CUI_RES( FL_MS_GENERAL_SECOND ) ),
|
||||||
aFtMSChangeDate ( this, CUI_RES( FT_MS_CHANGEDATE ) ),
|
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();
|
FreeResource();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user