summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
index de5fec6dadd8..aaf99ad19886 100644..100755
--- a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
+++ b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
@@ -34,8 +34,8 @@
#include <boost/shared_ptr.hpp>
#include <vector>
-class BitmapEx;
class SdrPage;
+class Bitmap;
namespace sd { namespace slidesorter { namespace cache {
@@ -56,7 +56,7 @@ public:
*/
virtual void NotifyPreviewCreation (
CacheKey aKey,
- const ::boost::shared_ptr<BitmapEx>& rPreview) = 0;
+ const Bitmap& rPreview) = 0;
/** Called to determine whether the system is idle and a preview can be
created without annoying the user.