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

Caolán McNamara caolanm at redhat.com
Wed Aug 28 07:25:10 PDT 2013


 icon-themes/galaxy/sw/res/page-shadow-mask.png |binary
 sw/source/core/layout/paintfrm.cxx             |    6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 741c430f6c7e289543f1f73ce6568e1f07a7ea48
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 28 15:21:23 2013 +0100

    Resolves: fdo#65924 retweak the border positions
    
    required due to 45a8eaf9c55f2686f69118641d8a8992a86dfe31
    
    Change-Id: Ibffc9b4a5eaa8ad538ce53f0389519721fdbcf20

diff --git a/icon-themes/galaxy/sw/res/page-shadow-mask.png b/icon-themes/galaxy/sw/res/page-shadow-mask.png
index 1e5c32b..495afa0 100644
Binary files a/icon-themes/galaxy/sw/res/page-shadow-mask.png and b/icon-themes/galaxy/sw/res/page-shadow-mask.png differ
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 1797b88..55e1952 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -5988,9 +5988,9 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
     // Right shadow & corners
     if ( bPaintRightShadow )
     {
-        pOut->DrawBitmapEx( pOut->PixelToLogic( Point( aPaintRect.Right() + 1, aPagePxRect.Bottom() + 1 - (aPageBottomRightShadow.GetSizePixel().Height() - mnShadowPxWidth) ) ),
+        pOut->DrawBitmapEx( pOut->PixelToLogic( Point( aPaintRect.Right(), aPagePxRect.Bottom() + 1 - (aPageBottomRightShadow.GetSizePixel().Height() - mnShadowPxWidth) ) ),
             aPageBottomRightShadow );
-        pOut->DrawBitmapEx( pOut->PixelToLogic( Point( aPaintRect.Right() + 1, aPagePxRect.Top() - mnShadowPxWidth ) ),
+        pOut->DrawBitmapEx( pOut->PixelToLogic( Point( aPaintRect.Right(), aPagePxRect.Top() - mnShadowPxWidth ) ),
             aPageTopRightShadow );
 
         if ( aPagePxRect.Height() > 2 * mnShadowPxWidth)
@@ -6021,7 +6021,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
 
     BitmapEx aPageBottomShadow = aPageBottomShadowBase;
     aPageBottomShadow.Scale( aPaintRect.Width(), 1 );
-    lcl_paintBitmapExToRect( pOut, Point( aPaintRect.Left(), aPagePxRect.Bottom() + 1 ),
+    lcl_paintBitmapExToRect( pOut, Point( aPaintRect.Left(), aPagePxRect.Bottom() + 2 ),
                              aPageBottomShadow, BOTTOM );
     BitmapEx aPageTopShadow = aPageTopShadowBase;
     aPageTopShadow.Scale( aPaintRect.Width(), 1 );


More information about the Libreoffice-commits mailing list