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

coverity#738947 Uninitialized pointer field

Change-Id: I817c0e494bef9f112e1bdc30253fac9bcf472c6a
üst 2e252aaf
......@@ -238,6 +238,7 @@ RTFDocumentImpl::RTFDocumentImpl(uno::Reference<uno::XComponentContext> const& x
m_xDstDoc(xDstDoc),
m_xFrame(xFrame),
m_xStatusIndicator(xStatusIndicator),
m_pMapperStream(NULL),
m_aDefaultState(this),
m_bSkipUnknown(false),
m_aFontIndexes(),
......
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