From 483ae3ffdd3d537bdd2b46255a26f1cdb9366d3b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 1 Feb 2012 13:35:35 +0000 Subject: drop spew --- sfx2/source/dialog/tabdlg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index f8f02ab211f1..d820173e783b 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -525,7 +525,6 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText ) aTabCtrl.setChildProperty(sFill, true); aTabCtrl.setChildProperty(sExpand, true); - aTabCtrl.SetControlBackground(Color(0xff, 0x00, 0x00)); aOKBtn.SetClickHdl( LINK( this, SfxTabDialog, OkHdl ) ); aCancelBtn.SetClickHdl( LINK( this, SfxTabDialog, CancelHdl ) ); -- cgit