summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/graphhelp.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-03 16:26:28 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-03 19:09:20 +0100
commitcd5bc4974d173cc38a95254302d165afc4faf159 (patch)
tree66c1b222da418c6f9ceff918744c2d89389e9b03 /sfx2/source/doc/graphhelp.hxx
parent1e8c4b769774226ae16dbb308e89e9a5fd0adde1 (diff)
thumbnails: bSigned is always false, nobody uses the signed sign, kill it.
Not killing the icon itself, still seems to be used by on Windows in the shell code. Change-Id: I21c3b1ae6dfc65b6852659d6157b02324a485774
Diffstat (limited to 'sfx2/source/doc/graphhelp.hxx')
-rw-r--r--sfx2/source/doc/graphhelp.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx
index 7f41f7124379..8acec37a19a9 100644
--- a/sfx2/source/doc/graphhelp.hxx
+++ b/sfx2/source/doc/graphhelp.hxx
@@ -46,11 +46,6 @@ public:
static sal_Bool getThumbnailFormatFromGDI_Impl(
GDIMetaFile* pMetaFile,
- sal_Bool bSigned,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
-
- static sal_Bool getSignedThumbnailFormatFromBitmap_Impl(
- const BitmapEx& aBitmap,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
static sal_uInt16 getThumbnailReplacementIDByFactoryName_Impl( const OUString& aFactoryShortName,