coverity#707877 Uninitialized scalar field

Change-Id: I9454da6940f4d63f916e655b237d78fc701025e9
This commit is contained in:
Caolán McNamara
2014-03-08 12:51:11 +00:00
parent a02181f5ae
commit e917d3065a

View File

@@ -90,6 +90,7 @@ JobResult::JobResult()
*/
JobResult::JobResult( /*IN*/ const css::uno::Any& aResult )
: ThreadHelpBase(&Application::GetSolarMutex())
, m_bDeactivate(false)
{
// safe the pure result
// May someone need it later ...