Author: alg Date: Fri Nov 9 11:37:16 2012 New Revision: 1407428 URL: http://svn.apache.org/viewvc?rev=1407428&view=rev Log: Removed files, first stabilizations
Removed: incubator/ooo/branches/alg/aw080/main/drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx incubator/ooo/branches/alg/aw080/main/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx incubator/ooo/branches/alg/aw080/main/drawinglayer/source/attribute/fillbitmapattribute.cxx incubator/ooo/branches/alg/aw080/main/drawinglayer/source/attribute/sdrfillbitmapattribute.cxx incubator/ooo/branches/alg/aw080/main/drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/canvasprocessor.cxx Modified: incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/baseprocessor2d.cxx incubator/ooo/branches/alg/aw080/main/svx/source/svdraw/svdedxv.cxx incubator/ooo/branches/alg/aw080/main/vcl/source/gdi/regionband.cxx Modified: incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/baseprocessor2d.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/baseprocessor2d.cxx?rev=1407428&r1=1407427&r2=1407428&view=diff ============================================================================== --- incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/baseprocessor2d.cxx (original) +++ incubator/ooo/branches/alg/aw080/main/drawinglayer/source/processor2d/baseprocessor2d.cxx Fri Nov 9 11:37:16 2012 @@ -60,7 +60,7 @@ namespace drawinglayer for(sal_Int32 a(0L); a < nCount; a++) { // get reference - const primitive2d::Primitive2DReference xReference(rSource[a]); + const primitive2d::Primitive2DReference& xReference(rSource[a]); if(xReference.is()) { Modified: incubator/ooo/branches/alg/aw080/main/svx/source/svdraw/svdedxv.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/aw080/main/svx/source/svdraw/svdedxv.cxx?rev=1407428&r1=1407427&r2=1407428&view=diff ============================================================================== --- incubator/ooo/branches/alg/aw080/main/svx/source/svdraw/svdedxv.cxx (original) +++ incubator/ooo/branches/alg/aw080/main/svx/source/svdraw/svdedxv.cxx Fri Nov 9 11:37:16 2012 @@ -95,7 +95,10 @@ SdrObjEditView::SdrObjEditView(SdrModel& mbTextEditOnlyOneView(false), mbTextEditNewObj(false), mbQuickTextEditMode(true), - mbMacroDown(false) + mbMacroDown(false), + mxSelectionController(), + mxLastSelectionController(), + mpOldTextEditUndoManager(0) { } Modified: incubator/ooo/branches/alg/aw080/main/vcl/source/gdi/regionband.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/aw080/main/vcl/source/gdi/regionband.cxx?rev=1407428&r1=1407427&r2=1407428&view=diff ============================================================================== --- incubator/ooo/branches/alg/aw080/main/vcl/source/gdi/regionband.cxx (original) +++ incubator/ooo/branches/alg/aw080/main/vcl/source/gdi/regionband.cxx Fri Nov 9 11:37:16 2012 @@ -1364,7 +1364,7 @@ const char* ImplDbgTestRegionBand(const } } - if ( pSep->mbRemoved > 1 ) + if ( pSep->mbRemoved ) { return "Sep-mbRemoved overwrite"; }