summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-04 15:20:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-04 21:33:04 +0200
commit874f2d8486e210aacec09d133013aa323084ea31 (patch)
treea6981103f0ac42ab1dad0e0525f3d4c653f3e388 /sd/source/ui/presenter
parente310ac4ab942feb014f3bb5bc4519dcf966b47fc (diff)
second param of NotifyPreviewCreation is unused
ever since it was introduced in commit cd361fde6a8033015a589531992e3d37c10e6f05 Date: Thu Apr 3 13:45:13 2008 +0000 INTEGRATION: CWS presenterview (1.1.2); FILE ADDED Change-Id: I480ca64d6c02b69f7a738ec1f914267fa4ea9e7a Reviewed-on: https://gerrit.libreoffice.org/55283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/presenter')
-rw-r--r--sd/source/ui/presenter/PresenterPreviewCache.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/presenter/PresenterPreviewCache.cxx b/sd/source/ui/presenter/PresenterPreviewCache.cxx
index 1c347cc35c8f..c98584bad753 100644
--- a/sd/source/ui/presenter/PresenterPreviewCache.cxx
+++ b/sd/source/ui/presenter/PresenterPreviewCache.cxx
@@ -49,9 +49,7 @@ public:
void RemovePreviewCreationNotifyListener (const Reference<drawing::XSlidePreviewCacheListener>& rxListener);
// CacheContext
- virtual void NotifyPreviewCreation (
- CacheKey aKey,
- const BitmapEx& rPreview) override;
+ virtual void NotifyPreviewCreation (CacheKey aKey) override;
virtual bool IsIdle() override;
virtual bool IsVisible (CacheKey aKey) override;
virtual const SdrPage* GetPage (CacheKey aKey) override;
@@ -246,8 +244,7 @@ void PresenterPreviewCache::PresenterCacheContext::RemovePreviewCreationNotifyLi
//----- CacheContext ----------------------------------------------------------
void PresenterPreviewCache::PresenterCacheContext::NotifyPreviewCreation (
- CacheKey aKey,
- const BitmapEx&)
+ CacheKey aKey)
{
if ( ! mxSlides.is())
return;