diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-27 08:55:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-27 12:05:14 +0100 |
commit | dba077327bbb9bf31cf1b8d16807baa3bf64402e (patch) | |
tree | c8b084f4911ac2331c49d6aefd4e23d3d95bc76b /sd/source/ui/slideshow/slideshowimpl.cxx | |
parent | 60dd46ee18f98e4fc8ca0faa478911bfedf9ae13 (diff) |
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.mcnamara@collabora.com>
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |