diff options
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 ); |