diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-06-22 07:14:26 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-22 13:38:37 +0200 |
commit | cbe7bdfd7c0fe474161e2d141d4dd5948e50c3da (patch) | |
tree | a5b10392f04556050247c3e7edfaf6b03a3b9a75 /svtools | |
parent | d4be7601e22dba8f2bfa535fc871348c5851c062 (diff) |
tdf#39468 Translate some random German comments/terms
Change-Id: I38cb79abb2a495ccca454903bc46b407009e8290
Reviewed-on: https://gerrit.libreoffice.org/39084
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/imap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index 68b912d87f65..83d8cc5c205a 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -863,7 +863,7 @@ void ImageMap::ImpReadImageMap( SvStream& rIStm, size_t nCount ) nCount = nMaxRecords; } - // neue Objekte einlesen + // read new objects for (size_t i = 0; i < nCount; ++i) { sal_uInt16 nType; |