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

coverity#707881 Uninitialized scalar field

Change-Id: I709bb47bc2cf083805cd8b058b94a763af2ab7ee
üst 4d8766a2
......@@ -100,7 +100,8 @@ Sequence< Any > make_seq_out_of_struct(
DispatchRecorder::DispatchRecorder( const css::uno::Reference< css::uno::XComponentContext >& xContext )
: m_xConverter( css::script::Converter::create(xContext) )
: m_nRecordingID(0)
, m_xConverter(css::script::Converter::create(xContext))
{
}
......
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