summaryrefslogtreecommitdiff
path: root/include/comphelper/storagehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/storagehelper.hxx')
-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 );