From 481a55dc3bbf3c97c828fa727f4c30f0d8ab171e Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Thu, 24 Mar 2011 13:44:49 +0100 Subject: mav60: #164341# fix problems with the new implementation --- package/inc/ZipPackage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/inc/ZipPackage.hxx') diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index c9fef60c29c7..f7b80f38b359 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -133,7 +133,7 @@ public: ZipFile& getZipFile() { return *m_pZipFile;} sal_Int32 getFormat() const { return m_nFormat; } - sal_Int32 GetKeyGenID() const { return m_nStartKeyGenerationID; } + sal_Int32 GetStartKeyGenID() const { return m_nStartKeyGenerationID; } sal_Int32 GetEncAlgID() const { return m_nCommonEncryptionID; } sal_Int32 GetChecksumAlgID() const { return m_nChecksumDigestID; } sal_Int32 GetDefaultDerivedKeySize() const { return m_nCommonEncryptionID == ::com::sun::star::xml::crypto::CipherID::AES_CBC_W3C_PADDING ? 32 : 16; } -- cgit