From c54850b23a8240a41755af171a6d3f990ee69f84 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 24 Aug 2017 17:40:09 +0200 Subject: gpg4libre/comphelper: add storage helper for GPG encryption data Change-Id: Idba9ad7a821cb33070cf5e5a0f79ae55db99b276 Reviewed-on: https://gerrit.libreoffice.org/41504 Reviewed-by: Katarina Behrens Tested-by: Katarina Behrens --- include/comphelper/storagehelper.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/comphelper') diff --git a/include/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx index 84c958fb1f23..1f5e22cb14e3 100644 --- a/include/comphelper/storagehelper.hxx +++ b/include/comphelper/storagehelper.hxx @@ -172,6 +172,9 @@ public: CreatePackageEncryptionData( const OUString& aPassword ); + static css::uno::Sequence< css::beans::NamedValue > + CreateGpgPackageEncryptionData(); + static bool IsValidZipEntryFileName( const OUString& aName, bool bSlashAllowed ); static bool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, bool bSlashAllowed ); -- cgit