summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/source/manifest/ManifestImport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/manifest/ManifestImport.cxx b/package/source/manifest/ManifestImport.cxx
index 1d9392d9b8e8..f02629543cf4 100644
--- a/package/source/manifest/ManifestImport.cxx
+++ b/package/source/manifest/ManifestImport.cxx
@@ -409,7 +409,7 @@ void SAL_CALL ManifestImport::endElement( const OUString& aName )
aSequence.clear();
}
- else if ( (aConvertedName == ELEMENT_ENCRYPTIONMETHOD
+ else if ( (aConvertedName == ELEMENT_ENCRYPTEDKEY
|| aConvertedName == ELEMENT_ENCRYPTEDKEY13)
&& aStack.back().m_bValid ) {
if ( !bIgnoreEncryptData )