From 2a06d78483db77aab28eaa522791bb4d96a4094e Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Tue, 30 Oct 2018 21:03:57 +0100 Subject: Translate German comments Change-Id: I94cdb753d01dfd0d5b8f78ede1819b281b840ab2 Reviewed-on: https://gerrit.libreoffice.org/62669 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- package/source/zipapi/ZipOutputEntry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/source/zipapi/ZipOutputEntry.cxx b/package/source/zipapi/ZipOutputEntry.cxx index 5aa16a0738a5..79f2bdbbd974 100644 --- a/package/source/zipapi/ZipOutputEntry.cxx +++ b/package/source/zipapi/ZipOutputEntry.cxx @@ -233,7 +233,7 @@ void ZipOutputEntry::doDeflate() { m_xOutStream->writeBytes( aEncryptionBuffer ); - // the sizes as well as checksum for encrypted streams is calculated hier + // the sizes as well as checksum for encrypted streams are calculated here m_pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); m_pCurrentEntry->nSize = m_pCurrentEntry->nCompressedSize; m_aCRC.update( aEncryptionBuffer ); -- cgit