diff options
Diffstat (limited to 'vcl/source/window/dockwin.cxx')
-rw-r--r-- | vcl/source/window/dockwin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx index 8d9ad1ae1b25..0d08d274a10c 100644 --- a/vcl/source/window/dockwin.cxx +++ b/vcl/source/window/dockwin.cxx @@ -106,7 +106,7 @@ ImplDockFloatWin::ImplDockFloatWin( vcl::Window* pParent, WinBits nWinBits, SetBackground(); maDockIdle.SetIdleHdl( LINK( this, ImplDockFloatWin, DockTimerHdl ) ); - maDockIdle.SetPriority( IdlePriority::MEDIUM ); + maDockIdle.SetPriority( SchedulerPriority::MEDIUM ); } ImplDockFloatWin::~ImplDockFloatWin() @@ -332,7 +332,7 @@ void DockingWindow::ImplInitDockingWindowData() mpDialogParent = NULL; //To-Do, reuse maResizeTimer - maLayoutIdle.SetPriority(IdlePriority::RESIZE); + maLayoutIdle.SetPriority(SchedulerPriority::RESIZE); maLayoutIdle.SetIdleHdl( LINK( this, DockingWindow, ImplHandleLayoutTimerHdl ) ); } |