diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-10-29 17:25:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:28 +0100 |
commit | 80ff016d5687b4396a5d60f1ff3c5cb3d61d8e1c (patch) | |
tree | 925f931dfa89d46841fdb291525b0cc57509f47c /vcl/inc/unx | |
parent | 580574dfa4f06cd6f874958dbeba3ba359119d8c (diff) |
bring the gradient rendering down into SalGraphicsImpl & unx backend
Change-Id: Ia5d5e7d996b4a8818e73f3f741907ff9224f93da
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 73ca07b7413e..4696ce2382f6 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -237,7 +237,7 @@ public: const ::basegfx::B2DVector& rLineWidth, basegfx::B2DLineJoin, com::sun::star::drawing::LineCap) SAL_OVERRIDE; - virtual bool drawGradient( const tools::PolyPolygon&, const Gradient& ) SAL_OVERRIDE { return false; }; + virtual bool drawGradient( const tools::PolyPolygon&, const Gradient& ) SAL_OVERRIDE; #if 1 // TODO: remove these obselete methods virtual bool drawPolyLineBezier( sal_uInt32 nPoints, |