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

coverity#708140 Uninitialized pointer field

Change-Id: Icd313899ea9e70d398a5bc450960e94eafbed055
üst b3ef6e07
......@@ -88,8 +88,9 @@ public:
*/
SdUnoSearchReplaceShape::SdUnoSearchReplaceShape( drawing::XDrawPage* pPage ) throw()
: mpShape(NULL)
, mpPage(pPage)
{
mpPage = pPage;
}
SdUnoSearchReplaceShape::~SdUnoSearchReplaceShape() throw()
......
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