diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/storagehelper.hxx | 3 |
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 ); |