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

coverity#738855 Uninitialized pointer field

Change-Id: I3c1528f2dd8e3bde2672ebc153c9cb5c5c0a13fd
üst 8aba3a25
......@@ -441,6 +441,8 @@ OUString SvAddressParser_Impl::reparseComment(sal_Unicode const * pBegin,
SvAddressParser_Impl::SvAddressParser_Impl(SvAddressParser * pParser,
const OUString& rInput)
: m_pCurTokenContentBegin(NULL)
, m_pCurTokenContentEnd(NULL)
{
m_pInputPos = rInput.getStr();
m_pInputEnd = m_pInputPos + rInput.getLength();
......
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