Kaydet (Commit) 04c2063a authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1079295 Uninitialized pointer field

Change-Id: Iddae1fca0664e2d0106f7cc13dc2d9b89d57b1e4
üst 29842e70
...@@ -25,6 +25,7 @@ DdeData::DdeData() ...@@ -25,6 +25,7 @@ DdeData::DdeData()
} }
DdeData::DdeData( const OUString& ) DdeData::DdeData( const OUString& )
: pImp(NULL)
{ {
} }
......
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