diff options
author | Kayo Hamid <revol.code@yahoo.com> | 2010-12-06 10:43:55 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-12-06 10:43:55 +0000 |
commit | c8f58bc85ec50d28b36bc811d79b3a2108621ea5 (patch) | |
tree | 20602adbf12161459b92159c49ac3707f205a2c8 /slideshow | |
parent | 530bc608d018573193aedfe089d0fb2b79940b58 (diff) |
some caretaker code cleanup in impress
Diffstat (limited to 'slideshow')
3 files changed, 0 insertions, 10 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx index af39e2de454c..6507452fe6ee 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx @@ -498,9 +498,6 @@ void OGLTransitionImpl::makeRochade() Slide.Operations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DVector(0,0,0), 45, false, -1, 0)); maEnteringSlidePrimitives.push_back(Slide); - // OverallOperations.push_back(new SEllipseTranslate(0.5, 2, 0, 1, true, 0, 1)); -// push_back(new STranslate(basegfx::B3DVector(0, 0, -2), true, 0, 0.5)); -// OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, 2), true, 0.5, 1)); } // TODO(Q3): extract to basegfx @@ -559,7 +556,6 @@ void OGLTransitionImpl::makeRevolvingCircles( ::sal_uInt16 nCircles , ::sal_uInt } { - //double angle(0.0); Primitive EnteringSlide; Primitive LeavingSlide; for(int Point(0); Point + 1 < nPointsOnCircles; ++Point) diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx index 869ff4deff43..7c5eb073e5c7 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx @@ -501,9 +501,6 @@ void OGLTransitionImpl::makeRochade() Slide.Operations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DVector(0,0,0), 45, false, -1, 0)); maEnteringSlidePrimitives.push_back(Slide); - // OverallOperations.push_back(new SEllipseTranslate(0.5, 2, 0, 1, true, 0, 1)); -// push_back(new STranslate(basegfx::B3DVector(0, 0, -2), true, 0, 0.5)); -// OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, 2), true, 0.5, 1)); } // TODO(Q3): extract to basegfx @@ -562,7 +559,6 @@ void OGLTransitionImpl::makeRevolvingCircles( ::sal_uInt16 nCircles , ::sal_uInt } { - //double angle(0.0); Primitive EnteringSlide; Primitive LeavingSlide; for(int Point(0); Point + 1 < nPointsOnCircles; ++Point) diff --git a/slideshow/source/engine/transitions/clippingfunctor.cxx b/slideshow/source/engine/transitions/clippingfunctor.cxx index b66cd7b11f84..5aa03e75a42f 100644 --- a/slideshow/source/engine/transitions/clippingfunctor.cxx +++ b/slideshow/source/engine/transitions/clippingfunctor.cxx @@ -50,8 +50,6 @@ namespace slideshow bool bModeIn ) : mpParametricPoly( rPolygon ), maStaticTransformation(), - // AW: Not needed - // maBackgroundRect( createUnitRect() ), mbForwardParameterSweep( true ), mbSubtractPolygon( false ), mbScaleIsotrophically( rTransitionInfo.mbScaleIsotrophically ), |