summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2022-03-28 14:51:43 +0300
committerTor Lillqvist <tml@collabora.com>2022-03-28 15:58:40 +0200
commit772ef157a20efd3243e6d05825a88d4cbd55b67a (patch)
tree037f51a211d01af6d895f5efaf4e08da048c9490
parentconfigure.ac: add missing MAC_OS_X_VERSION_MAX_ALLOWED for macOS SDK 12.3 (diff)
downloadcore-772ef157a20efd3243e6d05825a88d4cbd55b67a.tar.gz
core-772ef157a20efd3243e6d05825a88d4cbd55b67a.zip
Make slideshow touch gestures work again in the mobile apps
Need to s/lool/cool/ here, too. Change-Id: Ib6762f196ca2b1c2e8735c6ff3e591164d34fb0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132202 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--filter/source/svg/presentation_engine.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js
index 0babb0083cc8..0a8eb73e7c12 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -18622,8 +18622,8 @@ SlideShow.prototype.exitSlideShowInApp = function()
{
if (window.webkit !== undefined &&
window.webkit.messageHandlers !== undefined &&
- window.webkit.messageHandlers.lool !== undefined)
- window.webkit.messageHandlers.lool.postMessage('EXITSLIDESHOW', '*');
+ window.webkit.messageHandlers.cool !== undefined)
+ window.webkit.messageHandlers.cool.postMessage('EXITSLIDESHOW', '*');
}
SlideShow.prototype.displaySlide = function( nNewSlide, bSkipSlideTransition )