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 --- dbaccess/source/ui/querydesign/JoinTableView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/querydesign/JoinTableView.cxx') diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index 200bf50452af..a6ec03933749 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -1048,7 +1048,7 @@ bool OJoinTableView::ScrollWhileDragging() // resetting timer, if still necessary if (bNeedScrollTimer) { - m_aDragScrollIdle.SetPriority(IdlePriority::LOW); + m_aDragScrollIdle.SetPriority(SchedulerPriority::LOW); m_aDragScrollIdle.Start(); } -- cgit