From ad1119c4e978858cb9e4f47a23db587d792669af Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 22 Oct 2014 17:24:48 +0200 Subject: no need for these methods to be virtual Change-Id: I23413704b27474f6a59121bb1cbf24ee7484acd2 --- vcl/unx/generic/gdi/gdiimpl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx index 86990f5e0fbc..254eaa9ff6c6 100644 --- a/vcl/unx/generic/gdi/gdiimpl.hxx +++ b/vcl/unx/generic/gdi/gdiimpl.hxx @@ -84,9 +84,9 @@ private: ); XID GetXRenderPicture(); - virtual bool drawFilledTrapezoids( const ::basegfx::B2DTrapezoid*, int nTrapCount, double fTransparency ); + bool drawFilledTrapezoids( const ::basegfx::B2DTrapezoid*, int nTrapCount, double fTransparency ); - virtual long GetGraphicsHeight() const; + long GetGraphicsHeight() const; void drawMaskedBitmap( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, -- cgit v1.2.3