Kaydet (Commit) 3e90cc12 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c
üst 107aa518
......@@ -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;
......
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