diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-04 17:09:40 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 17:38:48 +0100 |
commit | cac42d3f6aca864da439a83f123638accf2e97cd (patch) | |
tree | 99ad3f972ff7b6def78dbb0fe3a9231947fe917f /sc/source/ui/drawfunc/fuconarc.cxx | |
parent | 1f21015e1546086a2d945a3fb375f44a64ae338f (diff) |
Remove dead code
Diffstat (limited to 'sc/source/ui/drawfunc/fuconarc.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuconarc.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/drawfunc/fuconarc.cxx b/sc/source/ui/drawfunc/fuconarc.cxx index 664ab7c5c108..1ae109416bbf 100644 --- a/sc/source/ui/drawfunc/fuconarc.cxx +++ b/sc/source/ui/drawfunc/fuconarc.cxx @@ -109,18 +109,9 @@ BOOL FuConstArc::MouseButtonUp( const MouseEvent& rMEvt ) if ( pView->IsCreateObj() && rMEvt.IsLeft() ) { - // Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); pView->EndCreateObj( SDRCREATE_NEXTPOINT ); bReturn = TRUE; } -/* - else if ( pView->IsCreateObj() && rMEvt.IsRight() ) - { - // Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); - pView->EndCreateObj( SDRCREATE_FORCEEND ); - bReturn = TRUE; - } -*/ return (FuConstruct::MouseButtonUp(rMEvt) || bReturn); } |