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

New commits:
commit d5e012b85a20d467fd8c0e86689039eb8c79457e
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue Feb 27 09:22:18 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 27 11:00:54 2024 +0100

    cid#1592380 COPY_PASTE_ERROR
    
    Change-Id: Ib5c57ba2118531449908600b22fd49f52277159b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164005
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx 
b/sd/source/ui/slideshow/slideshowimpl.cxx
index 31418cdcd2ef..095c4436965f 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -3436,7 +3436,7 @@ void SlideshowImpl::Notify(SfxBroadcaster& /*rBC*/, const 
SfxHint& rHint)
     {
         case SdrHintKind::ObjectInserted:
         {
-            if (nullptr != mnEventObjectChange)
+            if (nullptr != mnEventObjectInserted)
                 // avoid multiple events
                 return;
 

Reply via email to