User: hr Date: 2007-08-03 10:04:23+0000 Modified: dba/reportdesign/source/ui/report/SectionView.cxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:02 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.1: merge from rpt23fix01 File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: SectionView.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/SectionView.cxx?r1=1.3&r2=1.4 Delta lines: +5 -1 ------------------- --- SectionView.cxx 2007-08-02 14:41:03+0000 1.3 +++ SectionView.cxx 2007-08-03 10:04:21+0000 1.4 @@ -74,7 +74,7 @@ ,m_pSectionWindow(_pSectionWindow) { DBG_CTOR( rpt_OSectionView,NULL); - //SetBufferedOutputAllowed(true); + SetBufferedOutputAllowed(true); SetBufferedOverlayAllowed(true); SetPageBorderVisible(false); SetBordVisible(); @@ -157,6 +157,10 @@ m_pReportWindow->getReportView()->Broadcast( aHint ); } } + else + { + rWin.Invalidate(INVALIDATE_NOERASE); + } } //------------------------------------------------------------------------------ void OSectionView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
