cui/source/dialogs/whatsnewtabpage.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 154fbde27c334968287fa1f64ca79f2a2552ed2f
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri May 23 09:15:30 2025 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Sat May 24 14:49:13 2025 +0200

    cid#1647992 Uninitialized scalar field
    
    Change-Id: I329a1b4448582b725eb43e7be808049b767a2faf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185705
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/cui/source/dialogs/whatsnewtabpage.cxx 
b/cui/source/dialogs/whatsnewtabpage.cxx
index 5948506dcc4e..01ed7d416635 100644
--- a/cui/source/dialogs/whatsnewtabpage.cxx
+++ b/cui/source/dialogs/whatsnewtabpage.cxx
@@ -48,6 +48,7 @@ void WhatsNewTabPage::ActivatePage(const SfxItemSet& /* rSet 
*/)
 }
 
 AnimatedBrand::AnimatedBrand()
+    : m_bIsFirstStart(false)
 {
     OUString aURL(u"$BRAND_BASE_DIR/" LIBO_SHARE_SHELL_FOLDER 
"/animatedbrand.gif"_ustr);
     rtl::Bootstrap::expandMacros(aURL);
@@ -99,4 +100,4 @@ void AnimatedBrand::Paint(vcl::RenderContext& 
rRenderContext, const tools::Recta
     rRenderContext.DrawText(aTextRect, sText, nDrawTextStyle);
 }
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */

Reply via email to