--- desktop/source/deployment/gui/dp_gui_dialog2.cxx.orig.port	Tue Aug  4 16:26:02 2009
+++ desktop/source/deployment/gui/dp_gui_dialog2.cxx	Tue Sep 22 13:38:30 2009
@@ -1510,7 +1510,7 @@ IMPL_LINK( ExtensionBox_Impl, ScrollHdl, ScrollBar*, p
     Point aNewEnPt( m_pEnableBtn->GetPosPixel() - Point( 0, nDelta ) );
     Point aNewSBPt( m_pScrollBar->GetPosPixel() );
 
-    Rectangle aScrRect( Point(), GetOutputSizePixel() );
+    Rectangle aScrRect = Rectangle( Point(), GetOutputSizePixel() );
     aScrRect.Right() -= pScrBar->GetSizePixel().Width();
     Scroll( 0, -nDelta, aScrRect );
 
