summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-09-27 17:11:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-10-18 13:22:14 +0000
commit0ba034f26883c0fd417d99ad410448bce44e33a6 (patch)
tree0435ccbc5f7d8e3c368af2fd8e9f8600e2b72f5e /include
parentfeb5e13fe524b0a49b31e60762e6bc458c499af6 (diff)
tdf#101827 - mend busy contour dialog.
Previous impl. had an un-necessary timeout to update the screen constantly. Change-Id: I28ba50166530d516d299b9c873cf59577043bf82 Reviewed-on: https://gerrit.libreoffice.org/29392 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 1498c4f631e9c90b11dbdb18e8b094b90e143466) Reviewed-on: https://gerrit.libreoffice.org/29673 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/graphctl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index cf44b1cf63ac..7183439fb062 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -52,6 +52,7 @@ class SVX_DLLPUBLIC GraphCtrl : public Control
bool bEditMode;
bool bSdrMode;
bool bAnim;
+ bool mbInIdleUpdate;
DECL_LINK_TYPED( UpdateHdl, Idle*, void );
@@ -108,6 +109,7 @@ public:
void SetGraphSizeLink( const Link<GraphCtrl*,void>& rLink ) { aGraphSizeLink = rLink; }
void SetUpdateLink( const Link<GraphCtrl*,void>& rLink ) { aUpdateLink = rLink; }
+ void QueueIdleUpdate();
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessible() override;
};