summaryrefslogtreecommitdiff
path: root/svl/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-10 09:39:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 11:36:25 +0000
commit04c2063a507c9dbefe195ee27671261b9de40c2b (patch)
tree391a3a88ba0e64ec6ad98dbf057db7482bc23a42 /svl/unx
parent29842e7080b201b729fa3d24b0ade24e95d49cf9 (diff)
coverity#1079295 Uninitialized pointer field
Change-Id: Iddae1fca0664e2d0106f7cc13dc2d9b89d57b1e4
Diffstat (limited to 'svl/unx')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx1
1 files changed, 1 insertions, 0 deletions
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)
{
}