filter/source/svg/presentation_engine.js |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 22ed308622c1ab07d4f00a6b8150630b5d168906
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Sep 7 08:30:19 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Sep 7 09:58:23 2022 +0200

    filter: remove no longer needed back-compat of the svg presentation engine
    
    This was added in commit 4063dcdc7305177b167bd20b009b1dfede8b25ec
    (Revert naming back to lool to fix break with LibreOffice Online,
    2022-08-26), to give consumers of that API time to switch from the
    product name to the API name.
    
    Now this patch removes the product name, only on master.
    
    Change-Id: I27e2fd03c8ca646ffb0e0df541b7f94bd9ad3516
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139551
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/filter/source/svg/presentation_engine.js 
b/filter/source/svg/presentation_engine.js
index e08689d4901d..1e22be233b7a 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -18899,11 +18899,6 @@ SlideShow.prototype.exitSlideShowInApp = function()
         window.webkit.messageHandlers !== undefined &&
         window.webkit.messageHandlers.lok !== undefined)
         window.webkit.messageHandlers.lok.postMessage('EXITSLIDESHOW', '*');
-    // FIXME remove this in a follow-up commit
-    if (window.webkit !== undefined &&
-        window.webkit.messageHandlers !== undefined &&
-        window.webkit.messageHandlers.cool !== undefined)
-        window.webkit.messageHandlers.cool.postMessage('EXITSLIDESHOW', '*');
 }
 
 SlideShow.prototype.displaySlide = function( nNewSlide, bSkipSlideTransition )

Reply via email to