From 8f9b0c869222e57f738bc25d51cc6364e3c6a65a Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Thu, 26 Feb 2015 07:28:54 +0000 Subject: Idle: Changed to new enum name Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4 --- chart2/source/view/charttypes/GL3DBarChart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index f9def833700d..6b778138309c 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -560,7 +560,7 @@ GL3DBarChart::GL3DBarChart( { mbAutoFly = atoi(aAutoFly); } - maIdle.SetPriority(IdlePriority::REPAINT); + maIdle.SetPriority(SchedulerPriority::REPAINT); maIdle.SetIdleHdl(LINK(this, GL3DBarChart, UpdateTimerHdl)); maIdle.Start(); osl_getSystemTime(&maFPSRenderStartTime); -- cgit