summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx
index 87cd1f268f80..7e6aca940ec6 100644..100755
--- a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx
@@ -31,7 +31,6 @@
#include "PreviewRenderer.hxx"
#include <boost/shared_ptr.hpp>
-class BitmapEx;
class SdPage;
class Size;
@@ -50,9 +49,10 @@ public:
BitmapFactory (void);
~BitmapFactory (void);
- ::boost::shared_ptr<BitmapEx> CreateBitmap (
+ Bitmap CreateBitmap (
const SdPage& rPage,
- const Size& rPixelSize);
+ const Size& rPixelSize,
+ const bool bDoSuperSampling);
private:
PreviewRenderer maRenderer;