User: hr Date: 2007-08-03 10:04:37+0000 Modified: dba/reportdesign/source/ui/report/StartMarker.cxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:36:12 oj 1.2.4.1: #80161# apply gcc3 patch for strings File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: StartMarker.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/StartMarker.cxx?r1=1.2&r2=1.3 Delta lines: +5 -4 ------------------- --- StartMarker.cxx 2007-07-09 11:56:33+0000 1.2 +++ StartMarker.cxx 2007-08-03 10:04:34+0000 1.3 @@ -148,7 +148,8 @@ SetClipRegion(Region(Rectangle(Point(),Size( nSize,aSize.Height())))); aSize.Width() += m_nCornerSize; - Rectangle aWholeRect(Point(),aSize); + Point aGcc3WorkaroundTemporary; + Rectangle aWholeRect(aGcc3WorkaroundTemporary,aSize); { const ColorChanger aColors( this, m_nTextBoundaries, m_nColor ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
