From 333f0cb495c64439ebd77e86a58297d455b71a13 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Thu, 17 Jun 2021 11:50:26 +0200 Subject: jsdialog: handle popover close MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8b5afe7438c57cfe0553475131bed1e3c4921f46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117373 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119598 Tested-by: Szymon Kłos --- include/vcl/weld.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/weld.hxx') diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 3e085e0af6aa..ee647b341e21 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -2335,6 +2335,8 @@ public: class VCL_DLLPUBLIC Popover : virtual public Container { + friend class ::LOKTrigger; + private: Link m_aCloseHdl; -- cgit