From 04c2063a507c9dbefe195ee27671261b9de40c2b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Mar 2014 09:39:15 +0000 Subject: coverity#1079295 Uninitialized pointer field Change-Id: Iddae1fca0664e2d0106f7cc13dc2d9b89d57b1e4 --- svl/unx/source/svdde/ddedummy.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svl/unx/source/svdde') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index acb6380a3024..b848b8f1e6d9 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -25,6 +25,7 @@ DdeData::DdeData() } DdeData::DdeData( const OUString& ) + : pImp(NULL) { } -- cgit