From 2d95bc0510d43c11bb3bd03f590e24ba3d7ca30f Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Thu, 22 Jan 2015 14:20:04 +0000 Subject: Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f --- linguistic/source/lngsvcmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index d9001c4c4652..a87e3c95f3f4 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -476,7 +476,7 @@ LngSvcMgr::LngSvcMgr() UpdateAll(); - aUpdateIdle.SetPriority(IdlePriority::VCL_IDLE_PRIORITY_LOWEST); + aUpdateIdle.SetPriority(IdlePriority::LOWEST); aUpdateIdle.SetIdleHdl(LINK(this, LngSvcMgr, updateAndBroadcast)); // request to be notified if an extension has been added/removed -- cgit v1.2.3