Kaydet (Commit) 027ff6cd authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Translate German variable names

Please feel free to suggest a better name, if desired

Change-Id: I1bd5805c206547a5f70d4d5186ecec2e624845fe
Reviewed-on: https://gerrit.libreoffice.org/70364
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 46b1bb4a
......@@ -447,7 +447,7 @@ void SdrPageView::DrawPageViewGrid(OutputDevice& rOut, const tools::Rectangle& r
bool bHoriLines=bHoriSolid || bHoriFine || !bVertFine;
bool bVertLines=bVertSolid || bVertFine;
Color aColorMerk( rOut.GetLineColor() );
Color aOriginalLineColor( rOut.GetLineColor() );
rOut.SetLineColor( aColor );
bool bMap0=rOut.IsMapModeEnabled();
......@@ -554,7 +554,7 @@ void SdrPageView::DrawPageViewGrid(OutputDevice& rOut, const tools::Rectangle& r
}
rOut.EnableMapMode(bMap0);
rOut.SetLineColor(aColorMerk);
rOut.SetLineColor(aOriginalLineColor);
}
void SdrPageView::AdjHdl()
......
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