summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/IdleDetection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/IdleDetection.hxx')
-rw-r--r--sd/source/ui/inc/tools/IdleDetection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tools/IdleDetection.hxx b/sd/source/ui/inc/tools/IdleDetection.hxx
index 7bdb8401e924..63690dc84662 100644
--- a/sd/source/ui/inc/tools/IdleDetection.hxx
+++ b/sd/source/ui/inc/tools/IdleDetection.hxx
@@ -69,11 +69,11 @@ public:
private:
/** Check whether there are input events pending.
*/
- static sal_Int32 CheckInputPending (void);
+ static sal_Int32 CheckInputPending();
/** Check whether a slide show is running full screen or in a window.
*/
- static sal_Int32 CheckSlideShowRunning (void);
+ static sal_Int32 CheckSlideShowRunning();
static sal_Int32 CheckWindowPainting (const vcl::Window& rWindow);
};