summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/macroass.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-29 04:54:21 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-29 19:40:14 +0000
commit902ed60438f5eaf661899933df1b365f0e1fbe55 (patch)
tree24fb6ab5142d9631a2fdbb6a7f35770dd601a360 /cui/source/tabpages/macroass.cxx
parent17cc6627f9274b2c6d18217ad8d3db2d376df2cc (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/macroass.cxx')
-rw-r--r--cui/source/tabpages/macroass.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx
index 22b2453c6032..f1e56128f2ea 100644
--- a/cui/source/tabpages/macroass.cxx
+++ b/cui/source/tabpages/macroass.cxx
@@ -282,7 +282,7 @@ IMPL_LINK_NOARG( SfxMacroTabPage, SelectEvent_Impl, SvTreeListBox*, void)
if( !pE || LISTBOX_ENTRY_NOTFOUND ==
( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) )
{
- DBG_ASSERT( pE, "wo kommt der leere Eintrag her?" );
+ DBG_ASSERT( pE, "Where does the empty entry come from?" );
return;
}
@@ -325,7 +325,7 @@ bool SfxMacroTabPage::AssignDeleteHdl(Control* pBtn)
if( !pE || LISTBOX_ENTRY_NOTFOUND ==
( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) )
{
- DBG_ASSERT( pE, "wo kommt der leere Eintrag her?" );
+ DBG_ASSERT( pE, "Where does the empty entry come from?" );
return false;
}