[Libreoffice-commits] core.git: vcl/win
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 17 20:22:11 UTC 2018
vcl/win/gdi/gdiimpl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit cb1f0bebf80be925927028f90f8b631c9ad51e53
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 17 18:29:10 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 17 22:21:47 2018 +0200
-Werror,-Wshadow (clang-cl)
Change-Id: I14040fd236d399bfce6c4e6e6927a00aabe5b2c5
Reviewed-on: https://gerrit.libreoffice.org/60595
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index 0134c9ab63e5..0fde7b510486 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2139,7 +2139,6 @@ bool WinSalGraphicsImpl::drawPolyLine(
const Gdiplus::Color aTestColor(aTrans, maLineColor.GetRed(), maLineColor.GetGreen(), maLineColor.GetBlue());
Gdiplus::Pen aPen(aTestColor.GetValue(), Gdiplus::REAL(rLineWidths.getX()));
bool bNoLineJoin(false);
- Gdiplus::Matrix aMatrix;
// Set full (Object-to-Device) transformation - if used
if(rObjectToDevice.isIdentity())
More information about the Libreoffice-commits
mailing list