summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/screenupdater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/screenupdater.hxx')
-rw-r--r--slideshow/source/inc/screenupdater.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx
index 183d031f3235..ade40964a3ca 100644
--- a/slideshow/source/inc/screenupdater.hxx
+++ b/slideshow/source/inc/screenupdater.hxx
@@ -102,7 +102,7 @@ namespace slideshow
class UpdateLock {
public:
- virtual void Activate (void) = 0;
+ virtual void Activate() = 0;
protected:
~UpdateLock() {}
@@ -119,12 +119,12 @@ namespace slideshow
/** Lock updates to prevent intermediate repaints.
*/
- void lockUpdates (void);
+ void lockUpdates();
/** When called as often as lockUpdates() then commitUpdates()
is called.
*/
- void unlockUpdates (void);
+ void unlockUpdates();
private:
struct ImplScreenUpdater;