[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sun Mar 20 07:11:19 PDT 2011


 sw/source/core/layout/paintfrm.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c56a5c19283fd677787af43d79048c5b6842f303
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sun Mar 20 14:11:24 2011 +0100

    WaE: silence warnings

diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 3eb9f60..1c4368f 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4147,9 +4147,9 @@ double lcl_GetExtent( const SvxBorderLine* pSideLine, const SvxBorderLine* pOppo
 // into new method <lcl_PaintLeftRightLine(..)>
 void lcl_PaintLeftRightLine( const sal_Bool         _bLeft,
                              const SwFrm&           _rFrm,
-                             const SwPageFrm&       _rPage,
+                             const SwPageFrm&       /*_rPage*/,
                              const SwRect&          _rOutRect,
-                             const SwRect&          _rRect,
+                             const SwRect&          /*_rRect*/,
                              const SwBorderAttrs&   _rAttrs,
                              const SwRectFn&        _rRectFn )
 {
@@ -4313,9 +4313,9 @@ void lcl_PaintLeftRightLine( const sal_Bool         _bLeft,
 // into <lcl_PaintTopLine>
 void lcl_PaintTopBottomLine( const sal_Bool         _bTop,
                              const SwFrm&           _rFrm,
-                             const SwPageFrm&       _rPage,
+                             const SwPageFrm&       /*_rPage*/,
                              const SwRect&          _rOutRect,
-                             const SwRect&          _rRect,
+                             const SwRect&          /*_rRect*/,
                              const SwBorderAttrs&   _rAttrs,
                              const SwRectFn&        _rRectFn )
 {


More information about the Libreoffice-commits mailing list