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

coverity#738581 Uninitialized pointer field

Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b
üst 994362b3
...@@ -641,7 +641,8 @@ TPGalleryThemeGeneral::TPGalleryThemeGeneral( Window* pParent, const SfxItemSet& ...@@ -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();
......
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