diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-05-10 04:18:21 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-10 11:24:14 +0200 |
commit | b86a26ff324720f75fdfa3fb4e6db4d88b3b1653 (patch) | |
tree | 834316f5ad90e2194f56f455ac6451766749991c | |
parent | a470d16208a78ae6893d199b3b6bc77a8559b06a (diff) |
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@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/filter/ww8/ww8glsy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |