summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-10 05:37:27 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-10 06:49:18 +0200
commit8816aa1b8301bce189ee4582fa1b8f04864726a4 (patch)
tree299d89dd75fdacacea815658308bab1f164cadc3 /sc
parente7ff934f128b34ce2cdf636f9117615ae5a26fb0 (diff)
remove commented out code
Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx19
1 files changed, 0 insertions, 19 deletions
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 );