[Libreoffice-commits] core.git: sw/source
Jens Carl
j.carl43 at gmx.de
Wed May 10 09:24:49 UTC 2017
sw/source/filter/ww8/ww8glsy.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b86a26ff324720f75fdfa3fb4e6db4d88b3b1653
Author: Jens Carl <j.carl43 at gmx.de>
Date: Wed May 10 04:18:21 2017 +0000
tdf#39468: Translate German term in sw/source/filter/ww8/ww8glsy.cxx
Change-Id: I22c9504e3bc3cc87c0851d7582ed2669ab8dc1bf
Reviewed-on: https://gerrit.libreoffice.org/37455
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/sw/source/filter/ww8/ww8glsy.cxx b/sw/source/filter/ww8/ww8glsy.cxx
index 21e116a1bbd1..374434ec43b7 100644
--- a/sw/source/filter/ww8/ww8glsy.cxx
+++ b/sw/source/filter/ww8/ww8glsy.cxx
@@ -216,7 +216,7 @@ bool WW8Glossary::Load( SwTextBlocks &rBlocks, bool bSaveRelFile )
*pD->GetNodes().GetEndOfContent().StartOfSectionNode(), 1);
if( !aIdx.GetNode().IsTextNode() )
{
- OSL_ENSURE( false, "wo ist der TextNode?" );
+ OSL_ENSURE( false, "Where is the TextNode?" );
pD->GetNodes().GoNext( &aIdx );
}
SwPaM aPamo( aIdx );
More information about the Libreoffice-commits
mailing list