From 49524c6dcf04b9dadef8d2b084cf26abcf70b8a9 Mon Sep 17 00:00:00 2001 From: Jennifer Liebel Date: Wed, 14 Jan 2015 09:25:30 +0000 Subject: idle includes and enum use Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4 --- cui/source/tabpages/macroass.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index 233b9b9a55e6..a4a23b23e75a 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include "cfgutil.hxx" #include #include @@ -191,7 +192,7 @@ void _SfxMacroTabPage::LaunchFillGroup() if (!mpImpl->maFillGroupIdle.GetTimeoutHdl().IsSet()) { mpImpl->maFillGroupIdle.SetIdleHdl( STATIC_LINK( this, _SfxMacroTabPage, TimeOut_Impl ) ); - mpImpl->maFillGroupIdle.SetPriority( VCL_IDLE_PRIORITY_HIGHEST ); + mpImpl->maFillGroupIdle.SetPriority( IdlePriority::VCL_IDLE_PRIORITY_HIGHEST ); mpImpl->maFillGroupIdle.Start(); } } -- cgit