summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorSven Wehner <wehner@informatik.uni-freiburg.de>2014-01-17 11:48:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-17 11:36:54 +0000
commit5e997f4503cd34767c668c60893c4975c46b4daf (patch)
tree636e4c797f38781758d288a93382200806ff4f59 /cui
parent307878b6e2418e34478456e650d1f0fe1636bd8a (diff)
Translate German ("kein break") comments to English ("no break").
Change-Id: Ibbc706d1c3cd36e21da2a15077392f9d75ba39fd Reviewed-on: https://gerrit.libreoffice.org/7498 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/paragrph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 585460804a02..1f549cd140f6 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -2014,7 +2014,7 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, OrphanHdl_Impl)
if ( m_pWidowBox->GetState() == STATE_NOCHECK )
m_pKeepTogetherBox->Enable();
- // kein break
+ // no break
case STATE_DONTKNOW:
m_pOrphanRowNo->Enable(sal_False);
m_pOrphanRowLabel->Enable(sal_False);