diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-20 16:19:41 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 02:30:35 +1000 |
commit | 46ef186fae90dba5696f91855c97c7370afcf905 (patch) | |
tree | c24eaf86b9af2c589ae18c8ca62bacaa806801f8 /vcl | |
parent | 97a5ba4a71c39207859556296ed46dc474762164 (diff) |
Remove extraneous line from DrawBitmap
Change-Id: I21c9d27edad8fe3ea223149b276d46dfb989ec89
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 5fb83116d0fc..5f88ab725d5c 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -57,7 +57,6 @@ void OutputDevice::DrawBitmap( const Point& rDestPt, const Size& rDestSize, const Point& rSrcPtPixel, const Size& rSrcSizePixel, const Bitmap& rBitmap, const sal_uLong nAction ) { - if( ImplIsRecordLayout() ) return; |