diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-28 15:09:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-28 15:54:48 +0100 |
commit | 1ca6f51567ec35f88652d0adcc0d26478bb0aad9 (patch) | |
tree | 6c547e52d67f214a82e9fa1ea78b8bf3faa4e254 /sd | |
parent | ee161b9e484efd6e25c8b4d65071a93eeab4b1c2 (diff) |
Fix typo
Change-Id: I834d1e296e19af269853bb1d8e73f754eebe2fb9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160028
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 9c0ae75dd5e9..5211e73dc163 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 asychron to + // possibly triggered from events @SlideshowImpl::Notify if needed, but asynchron to // allow the noted event to completely finish in the core void AsyncNotifyEvent(const css::uno::Reference< css::drawing::XDrawPage >&, const SdrHintKind); |