diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2016-08-27 23:27:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-08-30 15:04:45 +0000 |
commit | f8a8a41c2ebbdf31127f74c6975fe140be0815e3 (patch) | |
tree | ee09ec25fc50e4501d202e250f39b4cca298e45c /svtools | |
parent | 3ab2b0625bb8ab8447a508d654d6e8c95d50dbd5 (diff) |
Translate some German comments and messages
Change-Id: Id15e1afd991f3476e260ba40a8c45c7261113577
Reviewed-on: https://gerrit.libreoffice.org/28493
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index 285718db2a95..82e4f8cbe39d 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -702,7 +702,7 @@ SvStream& HTMLOutFuncs::Out_ImageMap( SvStream& rStream, } break; default: - DBG_ASSERT( pShape, "unbekanntes IMapObject" ); + DBG_ASSERT( pShape, "unknown IMapObject" ); break; } |