summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/IdleDetection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/IdleDetection.cxx')
-rw-r--r--sd/source/ui/tools/IdleDetection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx
index e7bafc546bc3..eae76b92d062 100644
--- a/sd/source/ui/tools/IdleDetection.cxx
+++ b/sd/source/ui/tools/IdleDetection.cxx
@@ -33,7 +33,7 @@ using namespace ::com::sun::star;
namespace sd { namespace tools {
-sal_Int32 IdleDetection::GetIdleState (const ::Window* pWindow)
+sal_Int32 IdleDetection::GetIdleState (const vcl::Window* pWindow)
{
sal_Int32 nResult (CheckInputPending() | CheckSlideShowRunning());
if (pWindow != NULL)
@@ -93,7 +93,7 @@ sal_Int32 IdleDetection::CheckSlideShowRunning (void)
return eResult;
}
-sal_Int32 IdleDetection::CheckWindowPainting (const ::Window& rWindow)
+sal_Int32 IdleDetection::CheckWindowPainting (const vcl::Window& rWindow)
{
if (rWindow.IsInPaint())
return IDET_WINDOW_PAINTING;