summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2011-10-24 16:04:07 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:42:00 +0100
commita5d6dca3e98ea1664be267c089a47766ce7e0a48 (patch)
tree0984a56c40af67e2614fad142f174c84136378b9 /sd/source/ui/tools
parent0862556f1e79f6055435499d86f4c2b3464d2adc (diff)
Fix for fdo41997 continuation of VCL cleanup
Diffstat (limited to 'sd/source/ui/tools')
-rw-r--r--sd/source/ui/tools/IdleDetection.cxx2
1 files changed, 1 insertions, 1 deletions
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;