summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2014-11-12 12:59:59 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:34:56 +0000
commit85e384f32b9f38e1cdcb4801dd6d8c66831f784e (patch)
tree03dc477d28b915b0d2d43e60c33f1744c30d61cc /include/svx
parent85efe9c2f0d97e83acfa4cb0a0379fe6a85bccb3 (diff)
changed timers to idles
Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/fontwork.hxx2
-rw-r--r--include/svx/graphctl.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fontwork.hxx b/include/svx/fontwork.hxx
index 656eb91a0beb..ac91d4c04f76 100644
--- a/include/svx/fontwork.hxx
+++ b/include/svx/fontwork.hxx
@@ -109,7 +109,7 @@ class SVX_DLLPUBLIC SvxFontWorkDialog : public SfxDockingWindow
ColorLB aShadowColorLB;
SfxBindings& rBindings;
- Timer aInputTimer;
+ Idle aInputIdle;
sal_uInt16 nLastStyleTbxId;
sal_uInt16 nLastAdjustTbxId;
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index 4e8060d77717..a2863d0f1f68 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -38,7 +38,7 @@ class SVX_DLLPUBLIC GraphCtrl : public Control
friend class GraphCtrlUserCall;
Graphic aGraphic;
- Timer aUpdateTimer;
+ Idle aUpdateIdle;
Link aMousePosLink;
Link aGraphSizeLink;
Link aMarkObjLink;