diff options
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r-- | vcl/inc/idlemgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx index 432748f4a682..02fc85ec0985 100644 --- a/vcl/inc/idlemgr.hxx +++ b/vcl/inc/idlemgr.hxx @@ -36,7 +36,7 @@ public: ImplIdleMgr(); ~ImplIdleMgr(); - sal_Bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority ); + bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority ); void RemoveIdleHdl( const Link& rLink ); void RestartIdler() |