summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-17 18:29:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-17 22:21:47 +0200
commitcb1f0bebf80be925927028f90f8b631c9ad51e53 (patch)
tree69abaf9990603c1f275bfbf47a21fe04a0ca9a2f /vcl
parent1fb121ef93325278fb2c9e417c47a5902c4b6033 (diff)
-Werror,-Wshadow (clang-cl)
Change-Id: I14040fd236d399bfce6c4e6e6927a00aabe5b2c5 Reviewed-on: https://gerrit.libreoffice.org/60595 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/gdi/gdiimpl.cxx1
1 files changed, 0 insertions, 1 deletions
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())