summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-06-01 01:20:17 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-06-01 13:04:12 +0200
commit151363ed2e0209e0cb6d78d8e821d23080f2e74b (patch)
treef1d6955c84043c5676ad90e99e4ea9cd28dde18c
parent54bf49a2be3a7bc370c7043011c6080918224ffa (diff)
Translate German message
Change-Id: Idbb72bc894cb8053e329a2713916cf896337351f
-rw-r--r--sw/source/filter/html/htmlftn.cxx2
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) );
}