From a5d6dca3e98ea1664be267c089a47766ce7e0a48 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 24 Oct 2011 16:04:07 +0100 Subject: Fix for fdo41997 continuation of VCL cleanup --- sd/source/ui/tools/IdleDetection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/tools') diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx index e0fba1ac7cd6..f7d38577bc02 100644 --- a/sd/source/ui/tools/IdleDetection.cxx +++ b/sd/source/ui/tools/IdleDetection.cxx @@ -59,7 +59,7 @@ sal_Int32 IdleDetection::GetIdleState (const ::Window* pWindow) sal_Int32 IdleDetection::CheckInputPending (void) { - if (GetpApp()->AnyInput(VCL_INPUT_MOUSE | VCL_INPUT_KEYBOARD | INPUT_PAINT)) + if (GetpApp()->AnyInput(VCL_INPUT_MOUSE | VCL_INPUT_KEYBOARD | VCL_INPUT_PAINT)) return IDET_SYSTEM_EVENT_PENDING; else return IDET_IDLE; -- cgit