summaryrefslogtreecommitdiff
path: root/include/svx/graphctl.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-09-27 17:11:04 +0100
committerMichael Meeks <michael.meeks@collabora.com>2016-09-29 16:11:46 +0000
commit1498c4f631e9c90b11dbdb18e8b094b90e143466 (patch)
treebbfe4b05b877089f5ad93d93f2a58bdd7ff973d0 /include/svx/graphctl.hxx
parentb32b6c09d190effbe29389a87a80df36007d2e99 (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>
Diffstat (limited to 'include/svx/graphctl.hxx')
-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 c3bfe7e969f1..49d2f2e263ed 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;
};