[Libreoffice] [PATCH 5/8] Translate german comments of pardlg.cxx

Martin Kepplinger martinkepplinger at eml.cc
Wed Feb 23 05:41:26 PST 2011


This translates the german code-comment of pardlg.cxx to english.

This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
---
 sw/source/ui/chrdlg/pardlg.cxx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index 9273d56..528ba28 100644
--- a/sw/source/ui/chrdlg/pardlg.cxx
+++ b/sw/source/ui/chrdlg/pardlg.cxx
@@ -215,8 +215,7 @@ void SwParaDlg::PageCreated(USHORT nId, SfxTabPage& rPage)
     }
     else if( TP_PARA_EXT == nId )
     {
-        // Seitenumbruch nur, wenn der Cursor im Body-Bereich und nicht in
-        // einer Tabelle steht
+        // pagebreak only when the cursor is in the body-area and not in a table
         const USHORT eType = rSh.GetFrmType(0,TRUE);
         if( !(FRMTYPE_BODY & eType) ||
             rSh.GetSelectionType() & nsSelectionType::SEL_TBL )
-- 
1.7.1



More information about the LibreOffice mailing list