Kaydet (Commit) 4c2f8fd7 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#707714: Uninitialized pointer

Change-Id: Id8cf528f9c4ab76fda5be80d8fd44d7202a377d7
üst d364e6eb
......@@ -112,8 +112,9 @@ public:
: com::sun::star::uno::XWeak()
, m_refCount( 0 )
, m_pWeakConnectionPoint( 0 )
, m_pReserved(0)
{
(void) rObj;
(void) rObj;
}
/** Dummy assignment operator. Does not affect reference count.
......
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