[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Tue Jan 14 22:29:08 PST 2014


 vcl/source/gdi/outdev2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a3f97e65570855858e73e89c050f9c6589d3c7be
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 15 08:27:15 2014 +0200

    Bin misleading OSL_TRACE
    
    Change-Id: I6c638f49b73b4a3d781e6e2e54a5facf52513ad3

diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index 062275e..f362b32 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;
 


More information about the Libreoffice-commits mailing list