coverity#707877 Uninitialized scalar field
Change-Id: I9454da6940f4d63f916e655b237d78fc701025e9
This commit is contained in:
@@ -90,6 +90,7 @@ JobResult::JobResult()
|
|||||||
*/
|
*/
|
||||||
JobResult::JobResult( /*IN*/ const css::uno::Any& aResult )
|
JobResult::JobResult( /*IN*/ const css::uno::Any& aResult )
|
||||||
: ThreadHelpBase(&Application::GetSolarMutex())
|
: ThreadHelpBase(&Application::GetSolarMutex())
|
||||||
|
, m_bDeactivate(false)
|
||||||
{
|
{
|
||||||
// safe the pure result
|
// safe the pure result
|
||||||
// May someone need it later ...
|
// May someone need it later ...
|
||||||
|
Reference in New Issue
Block a user