summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoftn.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-05-04 07:08:05 +0000
committerMichael Stahl <mstahl@redhat.com>2017-05-04 14:20:00 +0200
commit15c7b259334a685844d32a9b562dcc50a8d9ef2e (patch)
tree305da0350565f4a8bfec186024ccb8a613194737 /sw/source/core/unocore/unoftn.cxx
parent02bcb700b42fef999f7aa576719494668bb355dd (diff)
tdf#39468: Translate German comments and terms in sw/source/core/unocore/
Change-Id: I7e9a7b1721de6b183d2511e36b3e20a32a8118f1 Reviewed-on: https://gerrit.libreoffice.org/37224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/core/unocore/unoftn.cxx')
-rw-r--r--sw/source/core/unocore/unoftn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoftn.cxx b/sw/source/core/unocore/unoftn.cxx
index 92d77dde84d6..ce5c213d5aab 100644
--- a/sw/source/core/unocore/unoftn.cxx
+++ b/sw/source/core/unocore/unoftn.cxx
@@ -268,7 +268,7 @@ SwXFootnote::setLabel(const OUString& aLabel)
if(pFormat)
{
const SwTextFootnote* pTextFootnote = pFormat->GetTextFootnote();
- OSL_ENSURE(pTextFootnote, "kein TextNode?");
+ OSL_ENSURE(pTextFootnote, "No TextNode?");
SwTextNode& rTextNode = (SwTextNode&)pTextFootnote->GetTextNode();
SwPaM aPam(rTextNode, pTextFootnote->GetStart());