From 274aac575803b167191ff4b5c6f7c45d5ae40576 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 9 Jun 2008 14:35:10 +0200
Subject: [PATCH] Remove debuging.

---
 toolkit/source/awt/vclxtabpage.cxx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/toolkit/source/awt/vclxtabpage.cxx b/toolkit/source/awt/vclxtabpage.cxx
index a829e7c..92fcc79 100644
--- a/toolkit/source/awt/vclxtabpage.cxx
+++ b/toolkit/source/awt/vclxtabpage.cxx
@@ -92,8 +92,6 @@ void SAL_CALL VCLXTabPage::allocateArea( awt::Rectangle const& area )
          && reqSize.Height > curSize.Height )
         reqSize.Height = curSize.Height;
 
-    //reqSize = awt::Size( 456, 291 );
-    OSL_TRACE ("%s: ismousetransparent, %d", __FUNCTION__, GetWindow()->IsMouseTransparent() );
     Size window = GetWindow()->GetSizePixel();
     Size parent = GetWindow()->GetParent()->GetSizePixel();
 
-- 
1.5.6.3.317.g5d44c9.dirty


