From 24b31f839c8ed62cb9309bf69acb8f84e72b6752 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Jun 2018 14:21:24 +0100 Subject: WaE: Wmaybe-uninitialized MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I48e0d84ec0307f9895b5148f9522df8f0c02ac6c Reviewed-on: https://gerrit.libreoffice.org/55758 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- framework/source/jobs/jobresult.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx index 2c7e4d4a08ea..fe79bf68cdb8 100644 --- a/framework/source/jobs/jobresult.cxx +++ b/framework/source/jobs/jobresult.cxx @@ -105,7 +105,7 @@ JobResult::JobResult( /*IN*/ const css::uno::Any& aResult ) But we provide this information here only. Doing so is part of any user of us. */ - bool bDeactivate; + bool bDeactivate(false); pIt->second >>= bDeactivate; if (bDeactivate) m_eParts |= E_DEACTIVATE; -- cgit