From 5d0b2b011ff2f141db452ffef84c3a77efbd6e7b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 31 Jan 2013 17:49:22 +0200 Subject: fdo#46808, convert comphelper::OStorageHelper to XComponentContext And drop the optional parameter on CreatePackageEncryptionData because no-one is using it. Change-Id: Ia83ebfc099dd121273d2c39431d015b3bc0abd81 --- comphelper/inc/comphelper/storagehelper.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'comphelper/inc/comphelper') diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/comphelper/inc/comphelper/storagehelper.hxx index 5bbbebe2ae19..b3351aa2b553 100644 --- a/comphelper/inc/comphelper/storagehelper.hxx +++ b/comphelper/inc/comphelper/storagehelper.hxx @@ -23,7 +23,6 @@ #include #include -#include #include #include "comphelper/comphelperdllapi.h" @@ -173,9 +172,7 @@ public: static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > CreatePackageEncryptionData( - const ::rtl::OUString& aPassword, - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF - = ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >() ); + const ::rtl::OUString& aPassword ); static sal_Bool IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed ); static sal_Bool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed ); -- cgit v1.2.3