framework/source/jobs/jobresult.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24b31f839c8ed62cb9309bf69acb8f84e72b6752
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 14:21:24 2018 +0100

    WaE: Wmaybe-uninitialized
    
    Change-Id: I48e0d84ec0307f9895b5148f9522df8f0c02ac6c
    Reviewed-on: https://gerrit.libreoffice.org/55758
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to