sw/source/filter/ww8/ww8glsy.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b86a26ff324720f75fdfa3fb4e6db4d88b3b1653
Author: Jens Carl <j.car...@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 <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <mst...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to