Kaydet (Commit) 89d9b9e2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Log also corresponding destructions of BitmapDevice

Change-Id: Ic74032b430691215482172c3c5f834374d47873d
üst 1b57a3b5
......@@ -1090,6 +1090,7 @@ BitmapDevice::BitmapDevice( const basegfx::B2IBox& rBounds,
BitmapDevice::~BitmapDevice()
{
// outline, because of internal ImplBitmapDevice
SAL_INFO( "basebmp.bitmapdevice", "~BitmapDevice(" << this << ")" );
}
basegfx::B2IVector BitmapDevice::getSize() const
......@@ -2038,7 +2039,7 @@ BitmapDeviceSharedPtr createBitmapDeviceImpl( const basegfx::B2IVector&
<< rSize.getX() << "x" << rSize.getY()
<< (bTopDown ? " top-down " : " bottom-up ")
<< Format::formatName(nScanlineFormat)
<< " = " << result );
<< " = " << result.get() );
return result;
}
......
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