diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-02-03 16:26:28 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-02-03 19:09:20 +0100 |
commit | cd5bc4974d173cc38a95254302d165afc4faf159 (patch) | |
tree | 66c1b222da418c6f9ceff918744c2d89389e9b03 /include/sfx2 | |
parent | 1e8c4b769774226ae16dbb308e89e9a5fd0adde1 (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 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
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 ); |