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

New commits:
commit a57f2ec591e6081ae32d6e4efb75768321494912
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Nov 20 12:49:41 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Nov 20 13:36:58 2023 +0100

    Fix typo
    
    Change-Id: I411a422fbfaf9a798bcec5bccce4138ff8431497
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159739
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx 
b/sd/source/ui/slideshow/slideshowimpl.cxx
index de62af1ac9e5..531e8b09bcb6 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -3138,7 +3138,7 @@ void SlideshowImpl::Notify(SfxBroadcaster& /*rBC*/, const 
SfxHint& rHint)
         // Refresh current slide. Need to do that asynchronous, else e.g.
         // text edit changes EditEngine/Outliner are not progressed far
         // enough (ObjectChanged broadcast which we are in here seems
-        // to early for some cases)
+        // too early for some cases)
         AsyncUpdateSlideshow_Impl::AsyncUpdateSlideshow(this, XCurrentSlide);
     }
     else if (SdrHintKind::PageOrderChange == eHintKind)

Reply via email to