diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-06-01 01:20:17 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-06-01 13:04:12 +0200 |
commit | 151363ed2e0209e0cb6d78d8e821d23080f2e74b (patch) | |
tree | f1d6955c84043c5676ad90e99e4ea9cd28dde18c /sw | |
parent | 54bf49a2be3a7bc370c7043011c6080918224ffa (diff) |
Translate German message
Change-Id: Idbb72bc894cb8053e329a2713916cf896337351f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlftn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlftn.cxx b/sw/source/filter/html/htmlftn.cxx index b8eaa264a2fd..8caf83dbc1df 100644 --- a/sw/source/filter/html/htmlftn.cxx +++ b/sw/source/filter/html/htmlftn.cxx @@ -276,7 +276,7 @@ Writer& OutHTML_SwFormatFootnote( Writer& rWrt, const SfxPoolItem& rHt ) { nPos = rHTMLWrt.pFootEndNotes ? rHTMLWrt.pFootEndNotes->size() : 0; OSL_ENSURE( nPos == static_cast<size_t>(rHTMLWrt.nFootNote + rHTMLWrt.nEndNote), - "OutHTML_SwFormatFootnote: Position falsch" ); + "OutHTML_SwFormatFootnote: wrong position" ); sClass = OOO_STRING_SVTOOLS_HTML_sdendnote_anc; sFootnoteName = OOO_STRING_SVTOOLS_HTML_sdendnote + OUString::number( (sal_Int32)(++rHTMLWrt.nEndNote) ); } |