diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-04 11:51:15 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-11-05 20:59:44 +0000 |
commit | edabf0c5c1e7a74262e4e4e04da9760ede15f86d (patch) | |
tree | 9164079076b41c59b95950ea2384f49a26560b0b /include/svx | |
parent | d6e89e7516271d246b255ec5ebc752713da3dfd5 (diff) |
changed some timer to idle
Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdpntv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index a7788dc342bf..21d447431f8c 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -152,7 +152,7 @@ protected: SdrDragStat aDragStat; Rectangle aMaxWorkArea; SfxItemSet aDefaultAttr; - Timer aComeBackTimer; + Idle aComeBackIdle; SdrAnimationMode eAnimationMode; |