summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx b/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx
index 14ee3ca65fa2..19b814a73879 100644
--- a/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx
+++ b/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx
@@ -40,14 +40,14 @@ class ViewCacheContext : public cache::CacheContext
{
public:
ViewCacheContext (SlideSorter& rSlideSorter);
- virtual ~ViewCacheContext (void);
+ virtual ~ViewCacheContext();
virtual void NotifyPreviewCreation (cache::CacheKey aKey, const Bitmap& rPreview) SAL_OVERRIDE;
- virtual bool IsIdle (void) SAL_OVERRIDE;
+ virtual bool IsIdle() SAL_OVERRIDE;
virtual bool IsVisible (cache::CacheKey aKey) SAL_OVERRIDE;
virtual const SdrPage* GetPage (cache::CacheKey aKey) SAL_OVERRIDE;
virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible) SAL_OVERRIDE;
virtual sal_Int32 GetPriority (cache::CacheKey aKey) SAL_OVERRIDE;
- virtual ::com::sun::star::uno::Reference<com::sun::star::uno::XInterface> GetModel (void) SAL_OVERRIDE;
+ virtual ::com::sun::star::uno::Reference<com::sun::star::uno::XInterface> GetModel() SAL_OVERRIDE;
private:
model::SlideSorterModel& mrModel;