Kaydet (Commit) 062e69f4 authored tarafından Chris Sherlock's avatar Chris Sherlock

Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxx

Change-Id: I4139515bba1dbcbaa1b70d8510b390b95ba26ed2
üst 22790fee
......@@ -556,8 +556,6 @@ public:
protected:
OutputDevice();
virtual bool UsePolyPolygonForComplexGradient() = 0;
virtual void EmulateDrawTransparent( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent );
void DrawInvisiblePolygon( const PolyPolygon& rPolyPoly );
......@@ -967,6 +965,8 @@ public:
GDIMetaFile& rMtf );
protected:
virtual bool UsePolyPolygonForComplexGradient() = 0;
virtual long GetGradientStepCount( long nMinRect );
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment