<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>New Defects Reported - LibreOffice</title>
  <style>
    body { font-family: Arial, sans-serif; color: #222; line-height: 1.6; }
    .button {
      display: inline-block;
      padding: 10px 20px;
      margin: 20px 0;
      font-size: 16px;
      color: #fff !important;
      background-color: #0056b3;
      text-decoration: none;
      border-radius: 5px;
    }
    pre {
      background: #f8f9fa;
      padding: 10px;
      border-radius: 5px;
      font-size: 14px;
      overflow-x: auto;
    }
  </style>
</head>
<body>
  <p>Hi,</p>

  <p>
    Please find the latest report on new defect(s) introduced to <strong>LibreOffice</strong>
     found with Coverity Scan.
  </p>  

  <ul>
    <li><strong>New Defects Found:</strong> 2</li>
      <li>
        3 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
      </li>
    <li><strong>Defects Shown:</strong> Showing 2 of 2 defect(s)</li>
  </ul>

  <h3>Defect Details</h3>
  <pre>
** CID 1655176:       Uninitialized members  (UNINIT_CTOR)
/sd/source/console/PresenterScreen.cxx: 730           in sdext::presenter::PresenterScreen::ProcessLayout(sdext::presenter::PresenterConfigurationAccess &, std::basic_string_view<char16_t, std::char_traits<char16_t>>, const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> &, const rtl::Reference<sd::framework::ResourceId> &)::[lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]::lambda(const [lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]&)()


_____________________________________________________________________________________________
*** CID 1655176:         Uninitialized members  (UNINIT_CTOR)
/sd/source/console/PresenterScreen.cxx: 730             in sdext::presenter::PresenterScreen::ProcessLayout(sdext::presenter::PresenterConfigurationAccess &, std::basic_string_view<char16_t, std::char_traits<char16_t>>, const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> &, const rtl::Reference<sd::framework::ResourceId> &)::[lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]::lambda(const [lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]&)()
724                 u"RelativeWidth"_ustr,
725                 u"RelativeHeight"_ustr
726             };
727             PresenterConfigurationAccess::ForAll(
728                 xList,
729                 aProperties,
>>>     CID 1655176:         Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "this" is not initialized in this constructor nor in any functions that it calls.
730                 [this, rxAnchorId](std::vector<uno::Any> const& rArgs)
731                 {
732                     this->ProcessComponent(rArgs, rxAnchorId);
733                 });
734         }
735         catch (const RuntimeException&)

** CID 1655175:       Uninitialized members  (UNINIT_CTOR)
/sd/source/console/PresenterScreen.cxx: 730           in sdext::presenter::PresenterScreen::ProcessLayout(sdext::presenter::PresenterConfigurationAccess &, std::basic_string_view<char16_t, std::char_traits<char16_t>>, const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> &, const rtl::Reference<sd::framework::ResourceId> &)::[lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]::lambda([lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]&&)()


_____________________________________________________________________________________________
*** CID 1655175:         Uninitialized members  (UNINIT_CTOR)
/sd/source/console/PresenterScreen.cxx: 730             in sdext::presenter::PresenterScreen::ProcessLayout(sdext::presenter::PresenterConfigurationAccess &, std::basic_string_view<char16_t, std::char_traits<char16_t>>, const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> &, const rtl::Reference<sd::framework::ResourceId> &)::[lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]::lambda([lambda(const std::vector<com::sun::star::uno::Any, std::allocator<com::sun::star::uno::Any>> &) (instance 1)]&&)()
724                 u"RelativeWidth"_ustr,
725                 u"RelativeHeight"_ustr
726             };
727             PresenterConfigurationAccess::ForAll(
728                 xList,
729                 aProperties,
>>>     CID 1655175:         Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "this" is not initialized in this constructor nor in any functions that it calls.
730                 [this, rxAnchorId](std::vector<uno::Any> const& rArgs)
731                 {
732                     this->ProcessComponent(rArgs, rxAnchorId);
733                 });
734         }
735         catch (const RuntimeException&)

  </pre>

  <p>
    <a href="https://scan.coverity.com/projects/libreoffice?tab=overview" class="button">View Defects in Coverity Scan</a>
  </p>

  <p>Best regards,</p>
  <p>The Coverity Scan Admin Team</p>
  <img class="logo" width="140" src="https://scan.coverity.com/assets/BlackDuckLogo-6697adc63e07340464201a2ad534d3d3e44f95d36edda20b140440d34f05372f.svg" />
</body>
</html>