Kaydet (Commit) b634aa65 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Caolán McNamara

Remove commented code in OutputDevice::ReMirror

The following code was reimplemented in a cleaner fashion some time
ago. However, it was just commented out and never removed. There is
no need for it now, so removing. It's in the DVCS if it's really
needed :-)

Change-Id: Ia7d3c480ba70ccbd8dcf2808d9b712499c4cef4f
Reviewed-on: https://gerrit.libreoffice.org/7913Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst fd5e8609
......@@ -536,23 +536,6 @@ void OutputDevice::ReMirror( Region &rRegion ) const
rRegion = aMirroredRegion;
// long nX;
// long nY;
// long nWidth;
// long nHeight;
// ImplRegionInfo aInfo;
// sal_Bool bRegionRect;
// Region aMirroredRegion;
//
// bRegionRect = rRegion.ImplGetFirstRect( aInfo, nX, nY, nWidth, nHeight );
// while ( bRegionRect )
// {
// Rectangle aRect( Point(nX, nY), Size(nWidth, nHeight) );
// ImplReMirror( aRect );
// aMirroredRegion.Union( aRect );
// bRegionRect = rRegion.ImplGetNextRect( aInfo, nX, nY, nWidth, nHeight );
// }
// rRegion = aMirroredRegion;
}
SalGraphics* OutputDevice::ImplGetGraphics() const
......
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