diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2011-10-24 16:04:07 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:42:00 +0100 |
commit | a5d6dca3e98ea1664be267c089a47766ce7e0a48 (patch) | |
tree | 0984a56c40af67e2614fad142f174c84136378b9 /vcl/headless/svpinst.cxx | |
parent | 0862556f1e79f6055435499d86f4c2b3464d2adc (diff) |
Fix for fdo41997 continuation of VCL cleanup
Diffstat (limited to 'vcl/headless/svpinst.cxx')
-rw-r--r-- | vcl/headless/svpinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index 9c0eb6ea0430..ad58bc5bcb00 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -397,7 +397,7 @@ void SvpSalInstance::Yield( bool bWait, bool bHandleAllCurrentEvents ) bool SvpSalInstance::AnyInput( sal_uInt16 nType ) { - if( (nType & INPUT_TIMER) != 0 ) + if( (nType & VCL_INPUT_TIMER) != 0 ) return CheckTimeout( false ); return false; } |