From 902ed60438f5eaf661899933df1b365f0e1fbe55 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Wed, 29 Mar 2017 04:54:21 +0000 Subject: tdf#39468 Translate German comments Translate German comments and terms in cui/ Change-Id: I119ec4e5d87a4db300c5cf53ebdb13f297824940 Reviewed-on: https://gerrit.libreoffice.org/35821 Tested-by: Jenkins Reviewed-by: Michael Stahl --- cui/source/tabpages/tpshadow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/tabpages/tpshadow.cxx') diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx index 892632e06730..999cb1eb0eee 100644 --- a/cui/source/tabpages/tpshadow.cxx +++ b/cui/source/tabpages/tpshadow.cxx @@ -88,7 +88,7 @@ SvxShadowTabPage::SvxShadowTabPage( vcl::Window* pParent, const SfxItemSet& rInA // determine PoolUnit SfxItemPool* pPool = m_rOutAttrs.GetPool(); - DBG_ASSERT( pPool, "Wo ist der Pool?" ); + DBG_ASSERT( pPool, "Where is the pool?" ); m_ePoolUnit = pPool->GetMetric( SDRATTR_SHADOWXDIST ); // setting the output device -- cgit