summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-10-10 14:35:22 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-10-10 19:41:54 +0200
commit7d9932ade30464abf297f2e3c3690cca68d6bf71 (patch)
treed33256dcb636e8c4b370b584780ee89b40e31985 /include
parent5db9bfee77e560c46457a40aee3d2b0752ab2fd8 (diff)
jsdialogs: emit JSON at idle to avoid repeated emission.
Change-Id: If8ddfaf9097f706d82117e102a56b4a8b2a41cdd Reviewed-on: https://gerrit.libreoffice.org/80616 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/Deck.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index 899ff838c74d..7d8efa1f914e 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -29,6 +29,7 @@ namespace sfx2 { namespace sidebar {
class DeckDescriptor;
class DeckTitleBar;
+class DeckNotifyIdle;
/** This is the parent window of the panels.
It displays the deck title.
@@ -88,6 +89,7 @@ private:
sal_Int32 mnMinimalWidth;
sal_Int32 mnMinimalHeight;
SharedPanelContainer maPanels;
+ std::unique_ptr<DeckNotifyIdle> mpIdleNotify;
VclPtr<DeckTitleBar> mpTitleBar;
VclPtr<vcl::Window> mpScrollClipWindow;
VclPtr<ScrollContainerWindow> mpScrollContainer;