summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-10-30 21:03:57 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-10-31 14:26:51 +0100
commit2a06d78483db77aab28eaa522791bb4d96a4094e (patch)
treecd7a68afc5c50156de4c3c8ec8d5483b6ce5844e /package
parentee401edfaae6e31e1276f2038e8661371b6240de (diff)
Translate German comments
Change-Id: I94cdb753d01dfd0d5b8f78ede1819b281b840ab2 Reviewed-on: https://gerrit.libreoffice.org/62669 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/ZipOutputEntry.cxx2
1 files changed, 1 insertions, 1 deletions
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 );