summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-31 20:15:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 10:38:21 +0100
commit31f915401b797ee2ca44157c42c3a5bd0ac226c5 (patch)
treeb47676ba6cf84b97b086e82029bc76725b3fd2e0
parentbfb58f15d5a4619c0aa600580f9509162434d02e (diff)
coverity#708408 Uninitialized pointer field
Change-Id: If701cad29c8a7af4560a504670262db8c91f97c4
-rw-r--r--sw/source/core/attr/calbck.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index b987c1d9ac81..cb37347d4d00 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -385,9 +385,10 @@ bool SwDepend::GetInfo( SfxPoolItem& rInfo ) const
// SwClientIter
SwClientIter::SwClientIter( const SwModify& rModify )
- : rRoot( rModify )
+ : rRoot(rModify)
+ , pNxtIter(NULL)
+ , aSrchId(0)
{
- pNxtIter = 0;
if( pClientIters )
{
// append to list of ClientIters