summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
index 93c9ade141ea..207dceeb531e 100644
--- a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
@@ -48,7 +48,7 @@ public:
const bool bDoSuperSampling,
const SharedCacheContext& rpCacheContext);
- ~GenericPageCache (void);
+ ~GenericPageCache();
/** Change the size of the preview bitmaps. This may be caused by a
resize of the slide sorter window or a change of the number of
@@ -124,8 +124,8 @@ public:
*/
void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
- void Pause (void);
- void Resume (void);
+ void Pause();
+ void Resume();
private:
::boost::shared_ptr<BitmapCache> mpBitmapCache;
@@ -145,7 +145,7 @@ private:
/** Both bitmap cache and queue processor are created on demand by this
method.
*/
- void ProvideCacheAndProcessor (void);
+ void ProvideCacheAndProcessor();
};
} } } // end of namespace ::sd::slidesorter::cache