summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-23 08:21:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-23 08:29:56 +0100
commit327fd7ea7209c9131ac86757fa8d5ca925eeccb5 (patch)
treeea190920b4711812d39dae3b86455f2959411662
parente97737fd667d74c759e7e44e9c5364b8c7cda0a9 (diff)
tdf#116525 writer, no shadow around box
regression from commit 2ccde70d60d3a5074faf49260e8fe0ccdb91ff26 teach redundantcast plugin about functional casts because we are now passing the same variable as a both an in-parameter and an out-parameter Change-Id: I6454103fbc46530180cde5f725273e062eb2e25d Reviewed-on: https://gerrit.libreoffice.org/51757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index cd9d53cfbd74..f8baf5e1903e 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4755,7 +4755,7 @@ void PaintCharacterBorder(
if( aShadow.GetLocation() != SvxShadowLocation::NONE )
{
- lcl_PaintShadow( aAlignedRect, aAlignedRect, aShadow,
+ lcl_PaintShadow( rPaintArea, aAlignedRect, aShadow,
false, bTop, bBottom, bLeft, bRight, gProp);
}
}