[Libreoffice-commits] core.git: svx/source

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 9 12:45:00 UTC 2019


 svx/source/svdraw/svdpagv.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 027ff6cd73e512720e9bb4bb07016db8eaa5111c
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sun Apr 7 12:09:49 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Apr 9 14:44:33 2019 +0200

    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: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx
index c0499dbe8938..ebbbe8deca15 100644
--- a/svx/source/svdraw/svdpagv.cxx
+++ b/svx/source/svdraw/svdpagv.cxx
@@ -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()


More information about the Libreoffice-commits mailing list