diff options
Diffstat (limited to 'vcl/unx/generic/gdi/gdiimpl.hxx')
-rw-r--r-- | vcl/unx/generic/gdi/gdiimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx index 6257b47d613d..48211b13d472 100644 --- a/vcl/unx/generic/gdi/gdiimpl.hxx +++ b/vcl/unx/generic/gdi/gdiimpl.hxx @@ -101,7 +101,7 @@ private: const SalBitmap& rSalBitmap, const SalBitmap& rTransparentBitmap ); - void drawPolyLine( sal_uInt32 nPoints, const Point* pPtAry, bool bClose ); + void internalDrawPolyLine( sal_uInt32 nPoints, const Point* pPtAry, bool bClose ); public: |