[Libreoffice-commits] core.git: sw/source

Thomas Klausner wiz at NetBSD.org
Thu Aug 6 13:11:25 PDT 2015


 sw/source/ui/chrdlg/pardlg.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit a1438658ff8cf86618acf27e6a35229681333363
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Thu Aug 6 22:10:58 2015 +0200

    Translate a comment to English.
    
    Change-Id: I3cc3973e3740009b543d9a841396182e76e16203

diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index c9bd552..7c1fb0c 100644
--- a/sw/source/ui/chrdlg/pardlg.cxx
+++ b/sw/source/ui/chrdlg/pardlg.cxx
@@ -225,8 +225,7 @@ void SwParaDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage)
       if(!( nHtmlMode & HTMLMODE_ON ) ||
         nHtmlMode & HTMLMODE_SOME_STYLES)
         {
-            // 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 FrmTypeFlags eType = rSh.GetFrmType(0,true);
             if(!(FrmTypeFlags::BODY & eType) ||
                 rSh.GetSelectionType() & nsSelectionType::SEL_TBL)


More information about the Libreoffice-commits mailing list