diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-03-29 04:54:21 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-29 19:40:14 +0000 |
commit | 902ed60438f5eaf661899933df1b365f0e1fbe55 (patch) | |
tree | 24fb6ab5142d9631a2fdbb6a7f35770dd601a360 /cui/source/tabpages/tpshadow.cxx | |
parent | 17cc6627f9274b2c6d18217ad8d3db2d376df2cc (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cui/source/tabpages/tpshadow.cxx')
-rw-r--r-- | cui/source/tabpages/tpshadow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |