sd/source/ui/slideshow/slideshowimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 828f3b9a2432ab9d1d2c11a7aaabebe112d20f13 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 29 14:28:51 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 29 14:56:37 2023 +0100 Fix typo Change-Id: Ib7a9d442c90f628b9d82e7e714c1c59dc576b891 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160091 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 5211e73dc163..155cdc329f03 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -198,7 +198,7 @@ public: /// ends the presentation async void endPresentation(); - // possibly triggered from events @SlideshowImpl::Notify if needed, but asynchron to + // possibly triggered from events @SlideshowImpl::Notify if needed, but make it asynchronous to // allow the noted event to completely finish in the core void AsyncNotifyEvent(const css::uno::Reference< css::drawing::XDrawPage >&, const SdrHintKind);