[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Tue Feb 8 12:43:59 PST 2011


 binfilter/bf_sw/source/core/layout/sw_frmtool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c12eda0d7c5d38b07d1466c203ad30604909acc0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 8 20:43:55 2011 +0000

    fix build breakage

diff --git a/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx b/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
index f8d1f1f..a2eb976 100644
--- a/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
+++ b/binfilter/bf_sw/source/core/layout/sw_frmtool.cxx
@@ -1276,7 +1276,7 @@ bool lcl_InHeaderOrFooter( SwFrmFmt& _rFmt )
 /*N*/ 
 /*N*/                 pFrm->Frm().Pos() = pLay->Frm().Pos();
 /*N*/ 				pFrm->Frm().Pos().Y() += 1; //wg. Benachrichtigungen.
-/*N*/                 no page, no invalidate.
+/*N*/                 //no page, no invalidate.
 /*N*/                 if ( pPage )
 /*N*/                 {
 /*N*/                     // invalidate page in order to force format and paint of


More information about the Libreoffice-commits mailing list