Kaydet (Commit) d7413085 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I05f36d03acaabb92b212b8fc3ef30850e1179935
Reviewed-on: https://gerrit.libreoffice.org/62467Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 3040d328
...@@ -5077,7 +5077,7 @@ void SwFrame::PaintSwFrameShadowAndBorder( ...@@ -5077,7 +5077,7 @@ void SwFrame::PaintSwFrameShadowAndBorder(
if(rAttrs.JoinedWithPrev(*this)) if(rAttrs.JoinedWithPrev(*this))
{ {
// tdf#115296 re-add adaption of vert distance to clos ethe evtl. // tdf#115296 re-add adaption of vert distance to close the evtl.
// existing gap to previous frame // existing gap to previous frame
const SwFrame* pPrevFrame(GetPrev()); const SwFrame* pPrevFrame(GetPrev());
(aRect.*_rRectFn->fnSetTop)( (pPrevFrame->*_rRectFn->fnGetPrtBottom)() ); (aRect.*_rRectFn->fnSetTop)( (pPrevFrame->*_rRectFn->fnGetPrtBottom)() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment