summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc
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/slidesorter/inc
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/slidesorter/inc')
-rw-r--r--sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
index ed2548a80cb3..a662f1983e85 100644
--- a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
+++ b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
@@ -44,12 +44,8 @@ public:
has been finished.
@param aKey
The key of the page for which the preview has been created.
- @param aPreview
- The newly created preview.
*/
- virtual void NotifyPreviewCreation (
- CacheKey aKey,
- const BitmapEx& rPreview) = 0;
+ virtual void NotifyPreviewCreation (CacheKey aKey) = 0;
/** Called to determine whether the system is idle and a preview can be
created without annoying the user.