summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-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 008e26f9efef..515e0d523bd9 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -5107,7 +5107,7 @@ void PaintCharacterBorder(
if( aShadow.GetLocation() != SvxShadowLocation::NONE )
{
- lcl_PaintShadow( SwRect(aAlignedRect), aAlignedRect, aShadow,
+ lcl_PaintShadow( aAlignedRect, aAlignedRect, aShadow,
false, bTop, bBottom, bLeft, bRight, gProp);
}
}