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

New commits:
commit f69ce5f15e7fcae0b595e90631fd5ae2c76ed750
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Thu Nov 11 09:03:06 2021 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Thu Nov 11 09:04:02 2021 +0100

    Fix typo in comment
    
    Change-Id: I3eddb816734cd31f0d60344b51e8386c9a551ec7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124969
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sd/source/ui/remotecontrol/Receiver.cxx 
b/sd/source/ui/remotecontrol/Receiver.cxx
index 3f2a1119fbc4..b3480cc9b3b1 100644
--- a/sd/source/ui/remotecontrol/Receiver.cxx
+++ b/sd/source/ui/remotecontrol/Receiver.cxx
@@ -69,7 +69,7 @@ void Receiver::executeCommand( const std::vector<OString> 
&aCommand )
         uno::Reference< frame::XFrame > xFrame ( 
xFramesSupplier->getActiveFrame(), uno::UNO_SET_THROW );
         uno::Reference<presentation::XPresentationSupplier> xPS ( 
xFrame->getController()->getModel(), uno::UNO_QUERY_THROW);
         xPresentation.set( xPS->getPresentation(), uno::UNO_QUERY_THROW);
-        // Throws an exception if now slideshow running
+        // Throws an exception if no slideshow running
         xSlideShowController.set( xPresentation->getController(), 
uno::UNO_SET_THROW );
         xSlideShow.set( xSlideShowController->getSlideShow(), 
uno::UNO_SET_THROW );
     }

Reply via email to