From f54ccf09a5073b6e544c976da68de0c9fc0bdf6c Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 16 Jul 2021 10:06:43 +0200 Subject: Make Custom Color Picker dialog async MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - now supports also XAsynchronousExecutableDialog - inherits from SfxDialogController to attach correct LOKNotifier Change-Id: Ic21db4057b8087d74a437b1c8ec95408ade5264d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119012 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120670 Tested-by: Jenkins --- include/svx/PaletteManager.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/svx') diff --git a/include/svx/PaletteManager.hxx b/include/svx/PaletteManager.hxx index 5d22e1d1f42d..179c2fb4a924 100644 --- a/include/svx/PaletteManager.hxx +++ b/include/svx/PaletteManager.hxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include @@ -47,6 +48,8 @@ class SVXCORE_DLLPUBLIC PaletteManager ColorSelectFunction maColorSelectFunction; css::uno::Reference < css::uno::XComponentContext > m_context; + + std::unique_ptr m_pColorDlg; public: PaletteManager(); ~PaletteManager(); -- cgit