Kaydet (Commit) 8816aa1b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove commented out code

Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038
üst e7ff934f
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment