summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-08-24 17:40:09 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-08-31 12:02:32 +0200
commitc54850b23a8240a41755af171a6d3f990ee69f84 (patch)
tree875ea90bc1490c8a14cc48a42722d38072f7203b /include/comphelper
parentf20810a1318a8dd55cb01e42a0fde7f0e1b36623 (diff)
gpg4libre/comphelper: add storage helper for GPG encryption data
Change-Id: Idba9ad7a821cb33070cf5e5a0f79ae55db99b276 Reviewed-on: https://gerrit.libreoffice.org/41504 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/storagehelper.hxx3
1 files changed, 3 insertions, 0 deletions
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 );