loplugin:unreffun

Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c
This commit is contained in:
Stephan Bergmann
2014-11-12 09:22:13 +01:00
parent 107aa518fd
commit 3e90cc1273

View File

@@ -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;