diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 13:35:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:08 +0100 |
commit | 483ae3ffdd3d537bdd2b46255a26f1cdb9366d3b (patch) | |
tree | 527e4a8f2de98820fde396dd278ff5f4ad173b5b /sfx2 | |
parent | 2b05e3f639b88d0db23691f846eeb615048efe05 (diff) |
drop spew
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) ); |