diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/gdi/gdiimpl.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/gdi/gdiimpl.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx index 84dfdff69e07..9b4c9c31d0e7 100644 --- a/vcl/unx/generic/gdi/gdiimpl.cxx +++ b/vcl/unx/generic/gdi/gdiimpl.cxx @@ -473,7 +473,7 @@ GC X11SalGraphicsImpl::SelectPen() return mpPenGC; } -void X11SalGraphicsImpl::DrawLines(sal_uLong nPoints, +void X11SalGraphicsImpl::DrawLines(sal_uInt32 nPoints, const SalPolyLine &rPoints, GC pGC, bool bClose) diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx index fe4f47e51a94..3c7c98427034 100644 --- a/vcl/unx/generic/gdi/gdiimpl.hxx +++ b/vcl/unx/generic/gdi/gdiimpl.hxx @@ -85,7 +85,7 @@ private: GC GetInvertGC(); GC GetInvert50GC(); - void DrawLines( sal_uIntPtr nPoints, + void DrawLines( sal_uInt32 nPoints, const SalPolyLine &rPoints, GC pGC, bool bClose |