summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJennifer Liebel <jliebel94@gmail.com>2014-11-04 11:51:15 +0000
committerMichael Meeks <michael.meeks@collabora.com>2014-11-05 20:59:44 +0000
commitedabf0c5c1e7a74262e4e4e04da9760ede15f86d (patch)
tree9164079076b41c59b95950ea2384f49a26560b0b /chart2
parentd6e89e7516271d246b255ec5ebc752713da3dfd5 (diff)
changed some timer to idle
Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/drawinglayer/DrawViewWrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
index 63d093fdd563..087078632d1c 100644
--- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
+++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
@@ -154,8 +154,8 @@ void DrawViewWrapper::ReInit()
DrawViewWrapper::~DrawViewWrapper()
{
- aComeBackTimer.Stop();//@todo this should be done in destructor of base class
- UnmarkAllObj();//necessary to aavoid a paint call during the destructor hierarchy
+ aComeBackIdle.Stop();//@todo this should be done in destructor of base class
+ UnmarkAllObj();//necessary to avoid a paint call during the destructor hierarchy
}
SdrPageView* DrawViewWrapper::GetPageView() const