From 6ca45dbb0cb137230e9b3a0ce6d719b981617d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 11 Feb 2014 13:19:57 +0000 Subject: [PATCH] coverity#738581 Uninitialized pointer field Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b --- cui/source/dialogs/cuigaldlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index ac9707fad912..bff5ad288e55 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -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();