summaryrefslogtreecommitdiffstats
path: root/include/sfx2
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 /include/sfx2
parentthumbnails: Provide the size as a default parameter. (diff)
downloadcore-cd5bc4974d173cc38a95254302d165afc4faf159.tar.gz
core-cd5bc4974d173cc38a95254302d165afc4faf159.zip
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 'include/sfx2')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 8cf31dbfdeb0..937e561d8d38 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -427,13 +427,11 @@ public:
sal_Bool GenerateAndStoreThumbnail(
sal_Bool bEncrypted,
- sal_Bool bSigned,
sal_Bool bIsTemplate,
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor );
sal_Bool WriteThumbnail(
sal_Bool bEncrypted,
- sal_Bool bSigned,
sal_Bool bIsTemplate,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );