diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-15 08:27:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-15 08:27:46 +0200 |
commit | a3f97e65570855858e73e89c050f9c6589d3c7be (patch) | |
tree | 3028b2249c7bda88af7123b895d2b59fb0c8933d /vcl | |
parent | 17a8b2ed7cff9dd11911cd3176679bf809a174d7 (diff) |
Bin misleading OSL_TRACE
Change-Id: I6c638f49b73b4a3d781e6e2e54a5facf52513ad3
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index 062275ecd150..f362b32c73fc 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -666,8 +666,6 @@ void OutputDevice::DrawTransformedBitmapEx( const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx) { - OSL_TRACE( "OutputDevice::DrawBitmapEx( Point, Size )" ); - if( ImplIsRecordLayout() ) return; |