From 8816aa1b8301bce189ee4582fa1b8f04864726a4 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 10 Oct 2012 05:37:27 +0200 Subject: remove commented out code Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038 --- sc/source/ui/condformat/condformatdlgentry.cxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index ef022c0aa1b5..c25223879696 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -648,25 +648,6 @@ void ScColorScale2FrmtEntry::Init() DBG_ASSERT( pDocSh, "DocShell not found!" ); - /* - Point aPointLb = maLbEntryTypeMiddle.GetPosPixel(); - Point aPointEd = maEdMiddle.GetPosPixel(); - Point aPointCol = maLbColMiddle.GetPosPixel(); - const long nMovePos = maLbEntryTypeMiddle.GetSizePixel().Width() * 1.2; - aPointLb.X() += nMovePos; - aPointEd.X() += nMovePos; - aPointCol.X() += nMovePos; - maLbEntryTypeMiddle.SetPosPixel(aPointLb); - maEdMiddle.SetPosPixel(aPointEd); - maLbColMiddle.SetPosPixel(aPointCol); - aPointLb.X() += nMovePos; - aPointEd.X() += nMovePos; - aPointCol.X() += nMovePos; - maLbEntryTypeMax.SetPosPixel(aPointLb); - maEdMax.SetPosPixel(aPointEd); - maLbColMax.SetPosPixel(aPointCol); - */ - if ( pDocSh ) { pItem = pDocSh->GetItem( SID_COLOR_TABLE ); -- cgit