summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx
index 62daa10e03b3..27b8e9e35baf 100644
--- a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx
+++ b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx
@@ -77,7 +77,7 @@ public:
const bool bDoSuperSampling,
const SharedCacheContext& rpCacheContext);
- ~PageCache (void);
+ ~PageCache();
void ChangeSize(
const Size& rPreviewSize,
@@ -148,8 +148,8 @@ public:
*/
void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
- void Pause (void);
- void Resume (void);
+ void Pause();
+ void Resume();
private:
::boost::scoped_ptr<GenericPageCache> mpImplementation;