diff options
Diffstat (limited to 'package/inc/ZipPackageStream.hxx')
-rw-r--r-- | package/inc/ZipPackageStream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index 7909c8818107..ffd791c8aca0 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -87,7 +87,7 @@ public: css::uno::Sequence<sal_Int8> GetEncryptionKey(Bugs bugs = Bugs::None); - sal_Int32 GetStartKeyGenID(); + sal_Int32 GetStartKeyGenID() const; sal_Int32 GetEncryptionAlgorithm() const; sal_Int32 GetBlockSize() const; |