From 826143684d2697a8620373dce18fa5f24332d5cb Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Wed, 14 Jan 2015 10:21:20 +0100 Subject: Timer: Adapted all idle includes and enum uses Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da --- cui/source/dialogs/linkdlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cui/source/dialogs/linkdlg.cxx') diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index 5f515db7ddee..c5c6fbfb7f4a 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "svtools/treelistentry.hxx" @@ -124,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( VCL_IDLE_PRIORITY_LOWEST ); + aUpdateIdle.SetPriority( IdlePriority::VCL_IDLE_PRIORITY_LOWEST ); m_pPbOpenSource->Hide(); -- cgit