summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/graphhelp.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-03 13:04:06 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-03 19:09:19 +0100
commit05857ac3232ee88dc9a2bde4c135f07dd25b4c91 (patch)
tree0af3c02893b10e27223c1ca12bea67d3bfbe0167 /sfx2/source/doc/graphhelp.hxx
parent86652eb4f74279a360f5fac160b4b4a66c9bc600 (diff)
thumbnails: Consolidate code.
There were 2 copies of the thumbnailing code; consolidate that to one copy directly in VCL. This kills the attempts to do alpha channel that used to be in the VCL copy of the code - it was producing wrong results, the bitmaps ended up empty. Change-Id: I415c410c287a95e75293bdcba5d71083d1d01dc1
Diffstat (limited to 'sfx2/source/doc/graphhelp.hxx')
-rw-r--r--sfx2/source/doc/graphhelp.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx
index 4fd29960feaf..7f41f7124379 100644
--- a/sfx2/source/doc/graphhelp.hxx
+++ b/sfx2/source/doc/graphhelp.hxx
@@ -34,12 +34,6 @@ class GraphicHelper
static sal_Bool mergeBitmaps_Impl( const BitmapEx& rBmpEx, const BitmapEx& rOverlay,
const Rectangle& rOverlayRect, BitmapEx& rReturn );
- static sal_Bool createThumb_Impl( const GDIMetaFile& rMtf,
- sal_uInt32 nMaximumExtent,
- BitmapEx& rBmpEx,
- const BitmapEx* pOverlay = NULL,
- const Rectangle* pOverlayRect = NULL );
-
public:
static SvMemoryStream* getFormatStrFromGDI_Impl( const GDIMetaFile* pGDIMeta, sal_uInt32 nFormat );