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 --- cui/source/dialogs/linkdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/dialogs/linkdlg.cxx') diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index b588ea1ac89e..3535828b8553 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -125,7 +125,7 @@ SvBaseLinksDlg::SvBaseLinksDlg( vcl::Window * pParent, LinkManager* pMgr, bool b // UpdateTimer for DDE-/Grf-links, which are waited for aUpdateIdle.SetIdleHdl( LINK( this, SvBaseLinksDlg, UpdateWaitingHdl ) ); - aUpdateIdle.SetPriority( IdlePriority::LOWEST ); + aUpdateIdle.SetPriority( SchedulerPriority::LOWEST ); m_pPbOpenSource->Hide(); -- cgit