sd/source/ui/slideshow/slideshowimpl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dba077327bbb9bf31cf1b8d16807baa3bf64402e
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Feb 27 08:55:47 2024 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Feb 27 12:05:14 2024 +0100

    cid#1592376 Uninitialized scalar field
    
    Change-Id: I8f62faac5a1170b9932afe08f03145e4ca7b1be1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164009
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx 
b/sd/source/ui/slideshow/slideshowimpl.cxx
index 095c4436965f..e195fe29bf38 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -253,6 +253,7 @@ AnimationSlideController::AnimationSlideController( 
Reference< XIndexAccess > co
 ,   mnCurrentSlideIndex(0)
 ,   mnHiddenSlideNumber( -1 )
 ,   mxSlides( xSlides )
+,   meMode2( eMode )
 {
     if( mxSlides.is() )
         mnSlideCount = xSlides->getCount();

Reply via email to