Translate German variable name
Korr -> Corr in SW Change-Id: I95836bf9c6211bdf6a215ce9f213d3105b86c8f0 Reviewed-on: https://gerrit.libreoffice.org/48784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
@@ -1625,8 +1625,8 @@ void SwMarkPreview::Paint(vcl::RenderContext& rRenderContext, const tools::Recta
|
||||
|
||||
aLeftPagePrtArea = tools::Rectangle(Point(nLBorder, nTBorder), Point((nOutWPix - 1) - nRBorder, (nOutHPix - 1) - nBBorder));
|
||||
const long nWidth = aLeftPagePrtArea.GetWidth();
|
||||
const long nKorr = (nWidth & 1) != 0 ? 0 : 1;
|
||||
aLeftPagePrtArea.SetSize(Size(nWidth / 2 - (nLBorder + nRBorder) / 2 + nKorr, aLeftPagePrtArea.GetHeight()));
|
||||
const long nCorr = (nWidth & 1) != 0 ? 0 : 1;
|
||||
aLeftPagePrtArea.SetSize(Size(nWidth / 2 - (nLBorder + nRBorder) / 2 + nCorr, aLeftPagePrtArea.GetHeight()));
|
||||
|
||||
aRightPagePrtArea = aLeftPagePrtArea;
|
||||
aRightPagePrtArea.Move(aLeftPagePrtArea.GetWidth() + nLBorder + nRBorder + 1, 0);
|
||||
|
Reference in New Issue
Block a user