diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 13:16:51 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 22:19:32 +0100 |
commit | f4fbdf7f9c8e657cccb679b341397daabee7079b (patch) | |
tree | da5535c167fff13a0f692ee10cc47a8748e67060 /vcl/source/gdi/outdev2.cxx | |
parent | 24f63831af82e71133fae0fc8309d1f752a402bf (diff) |
unusedcode.easy: Remove SwProtocol::Snapshot()
And all implementations. Also unused and removed:
ImplCreateFromXImage()
ImplGetFrameBitmap()
Diffstat (limited to 'vcl/source/gdi/outdev2.cxx')
-rw-r--r-- | vcl/source/gdi/outdev2.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index 9b0b4f3c09a7..1781655ec44d 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -1361,19 +1361,6 @@ BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) con // ------------------------------------------------------------------ -void OutputDevice::ImplGetFrameBitmap( const Point& rDestPt, const Size& rSize, - Bitmap& rBitmap ) const -{ - DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); - - sal_Bool bOldMap = mbMap; - ((OutputDevice*)this)->mbMap = sal_False; - rBitmap = GetBitmap( rDestPt, rSize ); - ((OutputDevice*)this)->mbMap = bOldMap; -} - -// ------------------------------------------------------------------ - Color OutputDevice::GetPixel( const Point& rPt ) const { DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); |