summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/outdev5.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-26 19:48:18 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-26 23:48:53 +0200
commit4a91280b15d7357560879ebc383c6f755e374d60 (patch)
tree15270ead3984bc2afc4c83b1b4f81deba0646b1a /vcl/source/gdi/outdev5.cxx
parentsmall performance improvement for fdo#61484 (diff)
downloadcore-4a91280b15d7357560879ebc383c6f755e374d60.tar.gz
core-4a91280b15d7357560879ebc383c6f755e374d60.zip
Cut down on the excessive and rather unhelpful OSL_TRACEs in vcl/source/gdi
Change-Id: I959fc2fc5359fbb66c2ce3291a69978e47b83ad2
Diffstat (limited to 'vcl/source/gdi/outdev5.cxx')
-rw-r--r--vcl/source/gdi/outdev5.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx
index a7b2ad27cc14..0b7ae3de20c7 100644
--- a/vcl/source/gdi/outdev5.cxx
+++ b/vcl/source/gdi/outdev5.cxx
@@ -40,7 +40,6 @@ DBG_NAMEEX( OutputDevice )
void OutputDevice::DrawRect( const Rectangle& rRect,
sal_uLong nHorzRound, sal_uLong nVertRound )
{
- OSL_TRACE( "OutputDevice::DrawRoundRect()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
if ( mpMetaFile )
@@ -99,7 +98,6 @@ void OutputDevice::DrawRect( const Rectangle& rRect,
void OutputDevice::DrawEllipse( const Rectangle& rRect )
{
- OSL_TRACE( "OutputDevice::DrawEllipse()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
if ( mpMetaFile )
@@ -150,7 +148,6 @@ void OutputDevice::DrawEllipse( const Rectangle& rRect )
void OutputDevice::DrawArc( const Rectangle& rRect,
const Point& rStartPt, const Point& rEndPt )
{
- OSL_TRACE( "OutputDevice::DrawArc()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
if ( mpMetaFile )
@@ -197,7 +194,6 @@ void OutputDevice::DrawArc( const Rectangle& rRect,
void OutputDevice::DrawPie( const Rectangle& rRect,
const Point& rStartPt, const Point& rEndPt )
{
- OSL_TRACE( "OutputDevice::DrawPie()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
if ( mpMetaFile )
@@ -251,7 +247,6 @@ void OutputDevice::DrawPie( const Rectangle& rRect,
void OutputDevice::DrawChord( const Rectangle& rRect,
const Point& rStartPt, const Point& rEndPt )
{
- OSL_TRACE( "OutputDevice::DrawChord()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
if ( mpMetaFile )