loplugin:unreffun
Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c
This commit is contained in:
@@ -493,17 +493,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
struct FetchDrawBitmap : public RegionRenderer
|
||||
{
|
||||
virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
|
||||
const RenderContext &) SAL_OVERRIDE
|
||||
{
|
||||
Bitmap aBitmap(rDev.GetBitmap(Point(0,0),rDev.GetOutputSizePixel()));
|
||||
aBitmap.Scale(r.GetSize(), BMP_SCALE_BESTQUALITY);
|
||||
rDev.DrawBitmap(r.TopLeft(), aBitmap);
|
||||
}
|
||||
};
|
||||
|
||||
void drawToDevice(OutputDevice &rDev, bool bVdev)
|
||||
{
|
||||
RenderContext aCtx;
|
||||
|
Reference in New Issue
Block a user