summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-09 23:26:39 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-09 23:28:36 +0900
commitf4cd393736505f2426c64740c156543a481dd41d (patch)
treeb370350c8bc34bcf8ef92e2c4c6921a3c6dafcc1 /svtools/source/hatchwindow
parente636c23bb9247325fba469612843399732ed4cd0 (diff)
removed dead code
Change-Id: Ifaa3e07c98cea3de51d715e0eb7657a0896e77eb
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r--svtools/source/hatchwindow/ipwin.cxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx
index 2257ca9e841e..af315879a71f 100644
--- a/svtools/source/hatchwindow/ipwin.cxx
+++ b/svtools/source/hatchwindow/ipwin.cxx
@@ -300,40 +300,6 @@ Rectangle SvResizeHelper::GetTrackRectPixel( const Point & rTrackPos ) const
aDiff.X() = -aDiff.X(); // workaround for move in RTL mode
aTrackRect.SetPos( aTrackRect.TopLeft() + aDiff );
break;
-/*
- case 0:
- aTrackRect = Rectangle( rTrackPos, aOuter.BottomRight() );
- break;
- case 1:
- aTrackRect = Rectangle( Point( aOuter.Left(), rTrackPos.Y() ),
- aOuter.BottomRight() );
- break;
- case 2:
- aTrackRect = Rectangle( rTrackPos, aOuter.BottomLeft() );
- break;
- case 3:
- aTrackRect = Rectangle( Point( rTrackPos.X(), aOuter.Top() ),
- aOuter.BottomLeft() );
- break;
- case 4:
- aTrackRect = Rectangle( rTrackPos, aOuter.TopLeft() );
- break;
- case 5:
- aTrackRect = Rectangle( aOuter.TopLeft(),
- Point( aOuter.Right(), rTrackPos.Y() ) );
- break;
- case 6:
- aTrackRect = Rectangle( aOuter.TopRight(), rTrackPos );
- break;
- case 7:
- aTrackRect = Rectangle( Point( rTrackPos.X(), aOuter.Top() ),
- aOuter.BottomRight() );
- break;
- case 8:
- aTrackRect = Rectangle( aOuter.TopLeft() + rTrackPos - aSelPos,
- aOuter.GetSize() );
- break;
-*/
}
}
return aTrackRect;